Gauge.BackFrame-Eigenschaft
The background/frame for the gauge.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property BackFrame As BackFrame
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.BackFrame
A BackFrame object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace