ActiveReports 12
Add(Page) Method

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class > Add Method : Add(Page) Method
The page object to add.
Adds a Page object to the end of the PagesCollection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal value As Page _
) As Integer
public int Add( 
   Page value
)

Parameters

value
The page object to add.
See Also

Reference

PagesCollection Class
PagesCollection Members
Overload List