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