Share via


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

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.