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

ReportViewerSettings.LoadingPanelDelay Property

Gets or sets the delay between starting an asynchronous operation and displaying the loading panel.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public int LoadingPanelDelay { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the delay before displaying the loading panel, in milliseconds.

Property Paths

You can access this nested property as listed below:

Object Type Path to LoadingPanelDelay
ReportViewerExtension
.Settings.LoadingPanelDelay

Remarks

To learn more about the asynchronous mode, see Asynchronous Mode.

See Also