RadialGaugeInstance Class
Represents an instance type of the RadialGauge class, and contains the calculated values of the properties in RadialGauge.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class RadialGaugeInstance _
Inherits GaugeInstance
'Usage
Dim instance As RadialGaugeInstance
public sealed class RadialGaugeInstance : GaugeInstance
public ref class RadialGaugeInstance sealed : public GaugeInstance
[<SealedAttribute>]
type RadialGaugeInstance =
class
inherit GaugeInstance
end
public final class RadialGaugeInstance extends GaugeInstance
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelItemInstance
Microsoft.ReportingServices.OnDemandReportRendering.GaugeInstance
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.