ActiveReports 18 .NET Edition
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 _
    )
    public ControlCollection( 
       Section section
    )

    Parameters

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