[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterValueCollection.Contains

Contains Method

Contains(ParameterValue)

Determines whether the ParameterValueCollection contains a specific value.

Declaration
public bool Contains(ParameterValue item)
Parameters
Type Name Description
ParameterValue item

The object to locate in the ParameterValueCollection.

Returns
Type Description
bool

true if item is found in the collection; otherwise, false.

Implements