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

'Declaration
<DefaultValueAttribute(1000)> _
Public Property WaitControlDisplayAfter As Integer
'Usage
Dim instance As ReportViewer
Dim value As Integer

value = instance.WaitControlDisplayAfter

instance.WaitControlDisplayAfter = value
[DefaultValueAttribute(1000)] 
public int WaitControlDisplayAfter { get; set; }
[DefaultValueAttribute(1000)] 
public:
property int WaitControlDisplayAfter {
    int get ();
    void set (int value);
}
/** @property */
public int get_WaitControlDisplayAfter ()

/** @property */
public void set_WaitControlDisplayAfter (int value)
public function get WaitControlDisplayAfter () : int

public function set WaitControlDisplayAfter (value : int)

Property Value

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

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace