GaugeRow Class
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represe4nts the gauge row.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugeRow
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class GaugeRow
'Usage
Dim instance As GaugeRow
public sealed class GaugeRow
public ref class GaugeRow sealed
[<SealedAttribute>]
type GaugeRow = class end
public final class GaugeRow
The GaugeRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
GaugeCell | Infrastructure. Gets the gauge cell for the gauge row. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace