Style.BackgroundImage 属性

A background image for the object.

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

语法

声明
Public Property BackgroundImage As BackgroundImage
    Get
    Set
用法
Dim instance As Style
Dim value As BackgroundImage

value = instance.BackgroundImage

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