ActiveReports 12
RemoveAt Method (ReportItemCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItemCollection Class : RemoveAt Method
An Integer indicating the index at which to remove the ReportItem object.
Removes a ReportItem object from the ReportItemCollection at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

Parameters

index
An Integer indicating the index at which to remove the ReportItem object.
See Also

Reference

ReportItemCollection Class
ReportItemCollection Members