ReportViewer.WaitControlDisplayAfter Property

 

Gets or sets the delay in milliseconds before the busy status indicator is displayed to the user.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public int WaitControlDisplayAfter { get; set; }
public:
property int WaitControlDisplayAfter {
    int get();
    void set(int value);
}
member WaitControlDisplayAfter : int with get, set
Public Property WaitControlDisplayAfter As Integer

Property Value

Type: System.Int32

An int value that specifies the time in milliseconds. The default value is 1000 (1 second).

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top