ComponentOne FlexReport for WinForms
Insert Method (ReportParameterCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > ReportParameterCollection Class : Insert Method
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As Parameter _
) 
public void Insert( 
   System.int index,
   Parameter item
)

Parameters

index
item
See Also

Reference

ReportParameterCollection Class
ReportParameterCollection Members