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