[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterCollection.Add

Add Method

Add(Parameter)

Adds a Parameter to the collection.

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

The Parameter to add to the collection.

Implements
Exceptions
Type Condition
ArgumentNullException

Thrown when item is null.