Compartir a través de


GaugePanel.LinearGauges Propiedad

Defines the set of linear 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 LinearGauges As LinearGaugeCollection 
    Get
'Uso
Dim instance As GaugePanel 
Dim value As LinearGaugeCollection 

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

Valor de la propiedad

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

Vea también

Referencia

GaugePanel Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering