ActiveReports 8
Add Method (ReportItemCollection)

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

Support Forum