Gauge Clase
Represents a gauge to be drawn within a gauge panel.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustInherit Class Gauge _
Inherits GaugePanelItem
'Uso
Dim instance As Gauge
public abstract class Gauge : GaugePanelItem
public ref class Gauge abstract : public GaugePanelItem
[<AbstractClassAttribute>]
type Gauge =
class
inherit GaugePanelItem
end
public abstract class Gauge extends GaugePanelItem
Jerarquía de herencia
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelItem
Microsoft.ReportingServices.OnDemandReportRendering..::..Gauge
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearGauge
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .RadialGauge
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también