ActiveReports 12
Add Method (ReportItemCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItemCollection Class : Add Method
The ReportItem object to add.
Adds a ReportItem object to the ReportItemCollection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal value As ReportItem _
) 
public void Add( 
   ReportItem value
)

Parameters

value
The ReportItem object to add.

Return Value

A new ReportItem object.
See Also

Reference

ReportItemCollection Class
ReportItemCollection Members