ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PagesCollection Class / PagesCollection Constructor / PagesCollection Constructor(SectionDocument)
The document.

In This Topic
    PagesCollection Constructor(SectionDocument)
    In This Topic
    Initializes a new instance of the PagesCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal document As SectionDocument _
    )
    public PagesCollection( 
       SectionDocument document
    )

    Parameters

    document
    The document.
    See Also