Skip to main content

ReportDocumentMap.LoadingPanelText Property

Specifies the text displayed within a loading panel while waiting for a callback response.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue("Loading…")]
public string LoadingPanelText { get; set; }

Property Value

Type Default Description
String "Loading…"

A String value.

See Also