ReportViewer.LoadingPanelDelay Property
Gets or sets the delay between starting an asynchronous operation and displaying the loading panel.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 300 | An integer value that specifies the delay before displaying the loading panel, in milliseconds. |
Remarks
To learn more about the asynchronous mode, see Asynchronous Mode.
See Also