ActiveReports 8
Remove Method (ReportItemCollection)

The ReportItem object to remove.

Removes the specified ReportItem object from the  ReportItemCollection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal value As ReportItem _
) As System.Boolean
public System.bool Remove( 
   ReportItem value
)

Parameters

value

The ReportItem object to remove.

See Also

Reference

ReportItemCollection Class
ReportItemCollection Members

Support Forum