Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the gauge cell for the gauge row.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property GaugeCell As GaugeCell
Get
'Usage
Dim instance As GaugeRow
Dim value As GaugeCell
value = instance.GaugeCell
public GaugeCell GaugeCell { get; }
public:
property GaugeCell^ GaugeCell {
GaugeCell^ get ();
}
member GaugeCell : GaugeCell
function get GaugeCell () : GaugeCell
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeCell
The gauge cell for the gauge row.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace