[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterValueCollection.Add

Add Method

Add(ParameterValue)

Adds an item to the ParameterValueCollection.

Declaration
public void Add(ParameterValue item)
Parameters
Type Name Description
ParameterValue item

The object to add to the ParameterValueCollection.

Implements
Exceptions
Type Condition
ArgumentNullException

Thrown when item is null.