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

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

Glossary Item Box

Removes a ReportItem object from the ReportItemCollection at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
C# 
public void RemoveAt( 
   System.int index
)

Parameters

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

See Also