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.v18.2.Web.WebForms.dll

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