Compartir a través de


GaugePanel.RadialGauges Propiedad

Defines the set of radial gauges for the gauge panel.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property RadialGauges As RadialGaugeCollection 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

GaugePanel Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering