Gauge Class
Represents a gauge to be drawn within a gauge panel.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustInherit Class Gauge _
Inherits GaugePanelItem
'Usage
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
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelItem
Microsoft.ReportingServices.OnDemandReportRendering.Gauge
Microsoft.ReportingServices.OnDemandReportRendering.LinearGauge
Microsoft.ReportingServices.OnDemandReportRendering.RadialGauge
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.