DataValueCollection.Item[Int32] Propriété

Définition

Obtient la valeur de données à l'index 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

Index de la valeur de données à récupérer.

Valeur de propriété

Objet DataValue.

S’applique à