ActiveReports 9
Contains Method (ParameterCollection)

The Parameter to locate in the ParameterCollection.
Checks whether parameter is contained withing this collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As Parameter _
) As System.Boolean
public System.bool Contains( 
   Parameter item
)

Parameters

item
The Parameter to locate in the ParameterCollection.

Return Value

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

Reference

ParameterCollection Class
ParameterCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum