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

index
item

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As ToolBase _
) 
C# 
public void Insert( 
   System.int index,
   ToolBase item
)

Parameters

index
item

See Also