Gauge.BackFrame 属性

The background/frame for the gauge.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property BackFrame As BackFrame 
    Get
用法
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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.BackFrame
A BackFrame object.

请参阅

参考

Gauge 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间