GaugeLabel Class
Represents a label to display within a gauge panel.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class GaugeLabel _
Inherits GaugePanelItem
'Usage
Dim instance As GaugeLabel
public class GaugeLabel : GaugePanelItem
public ref class GaugeLabel : public GaugePanelItem
type GaugeLabel =
class
inherit GaugePanelItem
end
public class GaugeLabel extends GaugePanelItem
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.GaugePanelItem
Microsoft.ReportingServices.RdlObjectModel.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.