DataValueCollection.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.