Langue

DataValueCollection.Item[Int32] Propriété

Définition

Obtient la valeur des données à l’indice spécifié.

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

Paramètres

index
Int32

L’index de la valeur des données à récupérer.

Valeur de propriété

Objet DataValue.

S’applique à