共用方式為


Style.BackgroundImage 屬性

Gets a background image for the object.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overrides ReadOnly Property BackgroundImage As BackgroundImage 
    Get
'用途
Dim instance As Style 
Dim value As BackgroundImage 

value = instance.BackgroundImage
public override BackgroundImage BackgroundImage { get; }
public:
virtual property BackgroundImage^ BackgroundImage {
    BackgroundImage^ get () override;
}
abstract BackgroundImage : BackgroundImage 
override BackgroundImage : BackgroundImage
override function get BackgroundImage () : BackgroundImage

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImage
A BackgroundImage object that represents the background image for the style.

請參閱

參考

Style 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間