Gauge.BackFrame Property

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.BackFrame
A BackFrame object.

See Also

Reference

Gauge Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace