ActiveReports 9
Contains Method (ExpressionInfoCollection)

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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum