Partager via


Propriété GaugePanel.RadialGauges

Defines the set of radial gauges for the gauge panel.

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

Syntaxe

'Déclaration
Public ReadOnly Property RadialGauges As RadialGaugeCollection 
    Get
'Utilisation
Dim instance As GaugePanel 
Dim value As RadialGaugeCollection 

value = instance.RadialGauges
public RadialGaugeCollection RadialGauges { get; }
public:
property RadialGaugeCollection^ RadialGauges {
    RadialGaugeCollection^ get ();
}
member RadialGauges : RadialGaugeCollection
function get RadialGauges () : RadialGaugeCollection

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.RadialGaugeCollection
A RadialGaugeCollection object.

Voir aussi

Référence

GaugePanel Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering