ActiveReports 12
Remove Method (ReportItemCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItemCollection Class : Remove Method

The ReportItem object to remove.

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

Parameters

value

The ReportItem object to remove.

See Also

Reference

ReportItemCollection Class
ReportItemCollection Members