ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ParameterCollection Class / Contains Method
The parameter to find in the collection.

In This Topic
    Contains Method (ParameterCollection)
    In This Topic
    Determines whether the collection contains the specified parameter.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal parameter As Parameter _
    ) As Boolean
    public bool Contains( 
       Parameter parameter
    )

    Parameters

    parameter
    The parameter to find in the collection.

    Return Value

    True if the collection contains the parameter; otherwise, False.
    See Also