ActiveReports 8
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 System.Boolean
public System.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

Support Forum