Skip to main content

ReportViewer.LoadingPanelText Property

Gets or sets the text to be displayed within a loading panel 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("Loading…")]
public string LoadingPanelText { get; set; }

Property Value

Type Default Description
String "Loading…"

A String that specifies the descriptive text displayed within a loading panel.

See Also