Skip to main content
A newer version of this page is available. .

ReportViewer.BackgroundImage Property

Provides access to the ReportViewer‘s background image.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[Browsable(false)]
public override BackgroundImage BackgroundImage { get; }

Property Value

Type Description
BackgroundImage

A BackgroundImage object that represents the web control’s background image.

See Also