Partager via


Propriété GaugeMemberCollection.Item

Gets the item at the specific index.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Default Property Item ( _
    index As Integer _
) As GaugeMember 
    Get
'Utilisation
Dim instance As GaugeMemberCollection 
Dim index As Integer 
Dim value As GaugeMember 

value = instance(index)
public override GaugeMember this[
    int index
] { get; }
public:
virtual property GaugeMember^ default[int index] {
    GaugeMember^ get (int index) override;
}
abstract Item : GaugeMember 
override Item : GaugeMember
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.GaugeMember
A GaugeMember object at the specified index.

Voir aussi

Référence

GaugeMemberCollection Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering