ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / FieldCollection Class / Contains Method / Contains(Field) Method
Specifies the field to look for in the collection.

In This Topic
    Contains(Field) Method
    In This Topic

    Returns whether the field collection contains the specified field.

    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal field As Field _
    ) As Boolean
    public bool Contains( 
       Field field
    )

    Parameters

    field
    Specifies the field to look for in the collection.

    Return Value

    A Boolean value indicating whether the specified field was found.
    See Also