GaugeInstance Class
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Class GaugeInstance _
Inherits GaugePanelItemInstance
'Usage
Dim instance As GaugeInstance
public class GaugeInstance : GaugePanelItemInstance
public ref class GaugeInstance : public GaugePanelItemInstance
type GaugeInstance =
class
inherit GaugePanelItemInstance
end
public class GaugeInstance extends GaugePanelItemInstance
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelItemInstance
Microsoft.ReportingServices.OnDemandReportRendering.GaugeInstance
Microsoft.ReportingServices.OnDemandReportRendering.LinearGaugeInstance
Microsoft.ReportingServices.OnDemandReportRendering.RadialGaugeInstance
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.