ActiveReports 12
Contains Method (ExpressionInfoCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace > ExpressionInfoCollection Class : Contains Method
The object to locate in the ExpressionInfoCollection.
Determines whether the ExpressionInfoCollection contains a specific value.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As ExpressionInfo _
) As Boolean
public bool Contains( 
   ExpressionInfo item
)

Parameters

item
The object to locate in the ExpressionInfoCollection.

Return Value

true if item is found in the ExpressionInfoCollection; otherwise, false.
See Also

Reference

ExpressionInfoCollection Class
ExpressionInfoCollection Members