[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterValueCollection.Remove

Remove Method

Remove(ParameterValue)

Removes the first occurrence of a specific object from the ParameterValueCollection.

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

The object to remove from the ParameterValueCollection.

Returns
Type Description
bool

true if item was successfully removed from the collection; otherwise, false.

Implements