DataMemberCollection.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 le membre de données à l'index spécifié.
public:
property Microsoft::ReportingServices::ReportRendering::DataMember ^ default[int] { Microsoft::ReportingServices::ReportRendering::DataMember ^ get(int index); };
public Microsoft.ReportingServices.ReportRendering.DataMember this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.ReportRendering.DataMember
Default Public ReadOnly Property Item(index As Integer) As DataMember
Paramètres
- index
- Int32
Index du membre de données à récupérer.
Valeur de propriété
Objet DataMember.