[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection.Item

this Property

this[int]

Gets the ParameterValue by specified index

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

Index of the ParameterValue to return.

Property Value
Type Description
ParameterValue

The ParameterValue, otherwise throws exception.