[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterCollection.Insert

Insert Method

Insert(int, Parameter)

Inserts an item to the ParameterCollection at the specified index.

Declaration
public void Insert(int index, Parameter item)
Parameters
Type Name Description
int index

The zero-based index at which item should be inserted.

Parameter item

The object to insert into the ParameterCollection.

Implements
Exceptions
Type Condition
ArgumentNullException

Thrown when item is null.

ArgumentOutOfRangeException

Thrown when index is not a valid index in the collection.