ActiveReports 9
Contains Method (ParameterCollection)

The parameter to find in the collection.
Determines whether the collection contains the specified parameter.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal parameter As Parameter _
) As System.Boolean
public System.bool Contains( 
   Parameter parameter
)

Parameters

parameter
The parameter to find in the collection.

Return Value

True if the collection contains the parameter; otherwise, False.
See Also

Reference

ParameterCollection Class
ParameterCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum