ActiveReports 8
Add(Page) Method
See Also 
GrapeCity.ActiveReports.Document.v8 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class > Add Method : Add(Page) 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 Page _
) As System.Integer
C# 
public System.int Add( 
   Page value
)

Parameters

value
The page object to add.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also