GaugeInstance Class

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

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

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.