Classe Gauge
Represents a gauge to be drawn within a gauge panel.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelItem
Microsoft.ReportingServices.OnDemandReportRendering..::..Gauge
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearGauge
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .RadialGauge
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também