Condividi tramite


Proprietà GaugePanel.BackFrame

Gets or sets the frame background for the gauge panel.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property BackFrame As BackFrame 
    Get 
    Set
'Utilizzo
Dim instance As GaugePanel 
Dim value As BackFrame 

value = instance.BackFrame

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

Valore proprietà

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

Vedere anche

Riferimento

GaugePanel Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel