ActiveReports 13
Contains(Field) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Data Namespace > FieldCollection Class > Contains Method : Contains(Field) Method
Specifies the field to look for in the collection.

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

Reference

FieldCollection Class
FieldCollection Members
Overload List