ActiveReports Developer 7
PagesCollection Constructor(SectionDocument)
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class > PagesCollection Constructor : PagesCollection Constructor(SectionDocument)

document
Section document.

Glossary Item Box

Initializes a new instance of the PagesCollection class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal document As SectionDocument _
)
C# 
public PagesCollection( 
   SectionDocument document
)

Parameters

document
Section document.

See Also