Compartilhar via


Propriedade do RDL GaugePanel.BackFrame

The background/frame for the gauge panel.

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 GaugePanel 
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

GaugePanel Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering