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

ReportViewer.ShowLoadingPanelImage Property

Gets or sets whether the image can be displayed within a Loading Panel.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[DefaultValue(true)]
public bool ShowLoadingPanelImage { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the image is allowed to be displayed within a Loading Panel; otherwise, false.

Remarks

The loading panel’s image is specified by the ReportViewer.LoadingPanelImage property. Its visibility is controlled by the ShowLoadingPanelImage property.

See Also