Condividi tramite


Proprietà ReportViewer.WaitControlDisplayAfter

Recupera o imposta il ritardo in millisecondi che deve intercorrere prima che l'indicatore di stato occupato venga visualizzato all'utente.

Spazio dei nomi:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Int32
Valore int che specifica il tempo in millisecondi.Il valore predefinito è 1000 (1 secondo).

Vedere anche

Riferimenti

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WinForms