ActiveReports Developer 7
RemoveAt Method
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.Controls Namespace > ToolsCollection Class : RemoveAt Method

index
The zero-based indexed position of the tool to remove from the toolbar.

Glossary Item Box

Removes the tool in the specified position from the collection.

Syntax

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

Parameters

index
The zero-based indexed position of the tool to remove from the toolbar.

See Also