[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.DataValueCollection.Item

this Property

this[int]

Gets the DataValue at the specified index.

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

The value index.

Property Value
Type Description
DataValue

The DataValue located at the specified index.