Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

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