BackFrame.FrameBackground 属性

Gets the appearance properties for the frame background

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

语法

声明
Public ReadOnly Property FrameBackground As FrameBackground 
    Get
用法
Dim instance As BackFrame 
Dim value As FrameBackground 

value = instance.FrameBackground
public FrameBackground FrameBackground { get; }
public:
property FrameBackground^ FrameBackground {
    FrameBackground^ get ();
}
member FrameBackground : FrameBackground
function get FrameBackground () : FrameBackground

属性值

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

请参阅

参考

BackFrame 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间