共用方式為


Style.BackgroundImage 屬性

Gets or sets the 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)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.BackgroundImage
A BackgroundImage object.

請參閱

參考

Style 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間