FrameBackground 属性
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