Partager via


Propriété RadialGaugeCollection.Item (String)

Gets the item that has the specified name.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As RadialGauge 
    Get
'Utilisation
Dim instance As RadialGaugeCollection 
Dim name As String 
Dim value As RadialGauge 

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

Paramètres

  • name
    Type : System.String
    The name of the item in the collection.

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.RadialGauge
A RadialGauge object that hass the specified name.

Voir aussi

Référence

RadialGaugeCollection Classe

Surcharge Item

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering