Compartir a través de


GaugeRow.GaugeCell Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the gauge cell for the gauge row.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property GaugeCell As GaugeCell 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

GaugeRow Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering