ActiveReports 8
RemoveAt Method
See Also 
GrapeCity.ActiveReports.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also