Skip to main content

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.v23.2.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