Compartilhar via


DataValueCollection.Item[Int32] Propriedade

Definição

Obtém o valor de dados no índice especificado.

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

Parâmetros

index
Int32

O índice do valor de dados a ser recuperado.

Valor da propriedade

Um objeto DataValue.

Aplica-se a