GaugeCell Class

Represents a gauge cell.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class GaugeCell _
    Implements IReportScope, IDataRegionCell
'Usage
Dim instance As GaugeCell
public sealed class GaugeCell : IReportScope, 
    IDataRegionCell
public ref class GaugeCell sealed : IReportScope, 
    IDataRegionCell
[<SealedAttribute>]
type GaugeCell =  
    class
        interface IReportScope
        interface IDataRegionCell
    end
public final class GaugeCell implements IReportScope, IDataRegionCell

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugeCell

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.