DataValueCollection.Item[Int32] Proprietà

Definizione

Ottiene il valore di dati in corrispondenza dell'indice specificato.

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

Parametri

index
Int32

Indice del valore di dati da recuperare.

Valore della proprietà

DataValue

Oggetto DataValue .

Si applica a