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

ReportDocumentMap.ShowLoadingPanel Property

Specifies whether or not a Loading Panel is displayed within a Document Map while waiting for a callback response.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

See Also