MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ControlCollection Class / ControlCollection Constructor
The report section in which the control collection resides.

In This Topic
ControlCollection Constructor
In This Topic
 Initializes a new instance of the ControlCollection class.
Syntax
'Declaration
 
Public Function New( _
   ByVal section As Section _
)
 

Parameters

section
The report section in which the control collection resides.
See Also