ActiveReports 12
Contains Method (ParameterCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ParameterCollection Class : Contains Method
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 Boolean
public 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