BackFrame.FrameBackground 属性

Appearance properties for the frame background.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

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

value = instance.FrameBackground

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

属性值

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

请参阅

参考

BackFrame 类

Microsoft.ReportingServices.RdlObjectModel 命名空间