ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ParameterCollection Class / Remove Method
The parameter to be removed.

In This Topic
    Remove Method (ParameterCollection)
    In This Topic
    Removes a parameter from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal parameter As Parameter _
    ) 
    public void Remove( 
       Parameter parameter
    )

    Parameters

    parameter
    The parameter to be removed.
    See Also