ActiveReports Developer 7
Add(Object) Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class > Add Method : Add(Object) Method

value
The page object to add.

Glossary Item Box

Adds a Page object to the end of the PagesCollection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Add( _
   ByVal value As System.Object _
) As System.Integer
C# 
public System.int Add( 
   System.object value
)

Parameters

value
The page object to add.

See Also