Skip to main content

ReportViewer.BackgroundImage Property

Provides access to the ReportViewer‘s background image.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.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