Propriedade do RDL GaugeRow.GaugeCell
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the gauge cell for the gauge row.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeCell
The gauge cell for the gauge row.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering