GaugeMemberCollection.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 l'élément au niveau de l'index spécifique.
public:
virtual property Microsoft::ReportingServices::OnDemandReportRendering::GaugeMember ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::GaugeMember ^ get(int index); };
public override Microsoft.ReportingServices.OnDemandReportRendering.GaugeMember this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.GaugeMember
Default Public Overrides ReadOnly Property Item(index As Integer) As GaugeMember
Paramètres
- index
- Int32
Index de l'élément.
Valeur de propriété
Objet GaugeMember au niveau de l'index spécifié.