ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / ParameterCollection Class / Contains Method / Contains(String) Method

In This Topic
    Contains(String) Method
    In This Topic
    Returns true if a parameter is in the collection with the specified name.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal name As String _
    ) As Boolean
    public bool Contains( 
       string name
    )

    Parameters

    name
    See Also