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

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.