Proprietà BackFrame
The background/frame for the gauge.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property BackFrame As BackFrame
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BackFrame
A BackFrame object.
Vedere anche