[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterValueCollection.Item

this Property

this[int]

Gets the ParameterValue at the specified index.

Declaration
public ParameterValue this[int index] { get; set; }
Parameters
Type Name Description
int index

The zero-based index of the element to get.

Property Value
Type Description
ParameterValue

The ParameterValue at the specified index.

Implements
Exceptions
Type Condition
NotSupportedException

The property is set. Setting a value by index is not supported.

ArgumentOutOfRangeException

Thrown when index is less than 0 or equal to or greater than Count.