[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterCollection.Remove

Remove Method

Remove(Parameter)

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

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

The object to remove from the ParameterCollection.

Returns
Type Description
bool

true if item was successfully removed from the collection; otherwise, false. This method also returns false if item is not found in the original collection.

Implements