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