Compartilhar via


Propriedade do RDL Gauge.BackFrame

The background/frame for the gauge.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property BackFrame As BackFrame 
    Get
'Uso
Dim instance As Gauge 
Dim value As BackFrame 

value = instance.BackFrame
public BackFrame BackFrame { get; }
public:
property BackFrame^ BackFrame {
    BackFrame^ get ();
}
member BackFrame : BackFrame
function get BackFrame () : BackFrame

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.BackFrame
A BackFrame object.

Consulte também

Referência

Gauge Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering