ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ParameterCollection Class / Add Method
The parameter object to be added to the collection.

In This Topic
    Add Method (ParameterCollection)
    In This Topic
    Adds a Parameter object to the Parameter collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal parameter As Parameter _
    ) As Integer
    public int Add( 
       Parameter parameter
    )

    Parameters

    parameter
    The parameter object to be added to the collection.
    See Also