GaugePanel Class
Represents a gauge panel for a data point or set of data points.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class GaugePanel _
Inherits DataRegion
'Usage
Dim instance As GaugePanel
public class GaugePanel : DataRegion
public ref class GaugePanel : public DataRegion
type GaugePanel =
class
inherit DataRegion
end
public class GaugePanel extends DataRegion
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.ReportElement
Microsoft.ReportingServices.RdlObjectModel.ReportItem
Microsoft.ReportingServices.RdlObjectModel.DataRegion
Microsoft.ReportingServices.RdlObjectModel.GaugePanel
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.