DataValueCollection.Item[Int32] Property

Definition

Gets the data value at the specified index.

public:
 property Microsoft::ReportingServices::ReportRendering::DataValue ^ default[int] { Microsoft::ReportingServices::ReportRendering::DataValue ^ get(int index); };
public Microsoft.ReportingServices.ReportRendering.DataValue this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.ReportRendering.DataValue
Default Public ReadOnly Property Item(index As Integer) As DataValue

Parameters

index
Int32

The index of the data value to retrieve.

Property Value

A DataValue object.

Applies to