ComponentOne Reports for WPF
C1.C1Report Namespace / FieldCollection Class / Contains Method / Contains(Field) Method
Reference to the Field object.

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

    Parameters

    f
    Reference to the Field object.

    Return Value

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