GaugeLabel Class

Represents a label to display within a gauge panel.

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

Syntax

'Declaration
Public NotInheritable Class GaugeLabel _
    Inherits GaugePanelItem
'Usage
Dim instance As GaugeLabel
public sealed class GaugeLabel : GaugePanelItem
public ref class GaugeLabel sealed : public GaugePanelItem
[<SealedAttribute>]
type GaugeLabel =  
    class
        inherit GaugePanelItem
    end
public final class GaugeLabel extends GaugePanelItem

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelItem
      Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabel

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.