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

value
The ReportItem object to add.

Glossary Item Box

Adds a ReportItem object to the ReportItemCollection.

Syntax

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

Parameters

value
The ReportItem object to add.

Return Value

A new ReportItem object.

See Also