ActiveReports3 Request technical support
Insert Method
See Also 


index
The index at which the parameter is inserted
parameter
The parameter to insert.
Inserts a Parameter object into the collection at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal parameter As Parameter _
) 
Visual Basic (Usage)Copy Code
Dim instance As ParameterCollection
Dim index As Integer
Dim parameter As Parameter
 
instance.Insert(index, parameter)
C# 
public void Insert( 
   int index,
   Parameter parameter
)

Parameters

index
The index at which the parameter is inserted
parameter
The parameter to insert.

See Also