ComponentOne Reports for WPF
C1.C1Report Namespace / FieldCollection Class / Contains Method / Contains(String) Method
The name of the field.

In This Topic
    Contains(String) Method
    In This Topic
    Determines whether the collection contains a specific field.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal name As String _
    ) As Boolean
    public bool Contains( 
       string name
    )

    Parameters

    name
    The name of the field.

    Return Value

    True if the collection contains a field with the specified name; otherwise, false.
    See Also