Style.BackgroundImage Property

Gets a background image for the object.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property BackgroundImage As BackgroundImage 
    Get
'Usage
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

Property Value

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

See Also

Reference

Style Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace