GaugePanel.BackFrame Property
The background/frame for the gauge panel.
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 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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.BackFrame
A BackFrame object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace