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 命名空间