ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ParameterCollection Class / Insert Method
The index at which the parameter is inserted
The parameter to insert.

In This Topic
    Insert Method (ParameterCollection)
    In This Topic
    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