Freigeben über


GaugeRow.GaugeCell-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.GaugeCell
The gauge cell for the gauge row.

Siehe auch

Verweis

GaugeRow Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace