Właściwość ReportViewer.WaitControlDisplayAfter —
Gets or sets the delay in milliseconds before the busy status indicator is displayed to the user.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public Property WaitControlDisplayAfter As Integer
public int WaitControlDisplayAfter { get; set; }
public:
property int WaitControlDisplayAfter {
int get ();
void set (int value);
}
member WaitControlDisplayAfter : int with get, set
function get WaitControlDisplayAfter () : int
function set WaitControlDisplayAfter (value : int)
Wartość właściwości
Typ: Int32
An int value that specifies the time in milliseconds. The default value is 1000 (1 second).