GaugeRow.GaugeCell Property

This API supports the infrastructure and is not intended to be used directly from your code.

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