ActiveReports 9
Insert Method (ParameterCollection)

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 System.Integer, _
   ByVal parameter As Parameter _
) 
public void Insert( 
   System.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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum