Share via


GaugePointerInstance Class

Represents an instance type of the GaugePointer class, and contains the calculated values of the properties in GaugePointer.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Class GaugePointerInstance _
    Inherits BaseInstance
'Usage
Dim instance As GaugePointerInstance
public class GaugePointerInstance : BaseInstance
public ref class GaugePointerInstance : public BaseInstance
type GaugePointerInstance =  
    class
        inherit BaseInstance
    end
public class GaugePointerInstance extends BaseInstance

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.