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

value

The ReportItem object to remove.

Glossary Item Box

Removes the specified ReportItem object from the  ReportItemCollection.

Syntax

Visual Basic (Declaration) 
Public Function Remove( _
   ByVal value As ReportItem _
) As System.Boolean
C# 
public System.bool Remove( 
   ReportItem value
)

Parameters

value

The ReportItem object to remove.

See Also