ActiveReports Developer 7
Add Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > PageCollection Class : Add Method

value
The Page object to add.

Glossary Item Box

Adds a Page object to PageCollection.

Syntax

Visual Basic (Declaration) 
Public Sub Add( _
   ByVal value As Page _
) 
C# 
public void Add( 
   Page value
)

Parameters

value
The Page object to add.

Return Value

A new Page object.

See Also