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

ReportDocumentMap.ShowLoadingPanelImage Property

Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.

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 an image is allowed to be displayed within the loading panel; otherwise, false.

See Also