[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterValueCollection.Insert

Insert Method

Insert(int, ParameterValue)

Inserts an item to the ParameterValueCollection at the specified index.

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

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

ParameterValue item

The object to insert into the ParameterValueCollection.

Implements
Exceptions
Type Condition
NotSupportedException

Insert is not supported by the underlying parameter value collection.