ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / ParameterValueCollection Class / Remove Method
the ParameterValue to remove

In This Topic
    Remove Method (ParameterValueCollection)
    In This Topic
    Removes the ParameterValue from this collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal item As ParameterValue _
    ) 
    public void Remove( 
       ParameterValue item
    )

    Parameters

    item
    the ParameterValue to remove

    Return Value

    true if successful, otherwise false.
    See Also