ActiveReports 12
Insert Method (ParameterCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ParameterCollection Class : Insert Method
The index at which the parameter is inserted
The parameter to insert.
Inserts a Parameter object into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal parameter As Parameter _
) 
public void Insert( 
   int index,
   Parameter parameter
)

Parameters

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

Reference

ParameterCollection Class
ParameterCollection Members