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