Condividi tramite


Proprietà ReportViewer.ShowProgress

Indica se viene visualizzato un indicatore di stato animato durante l'elaborazione del rapporto.

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

Sintassi

'Dichiarazione
Public Property ShowProgress As Boolean
public bool ShowProgress { get; set; }
public:
property bool ShowProgress {
    bool get ();
    void set (bool value);
}
member ShowProgress : bool with get, set
function get ShowProgress () : boolean
function set ShowProgress (value : boolean)

Valore proprietà

Tipo: Boolean
Valore boolean.Il valore predefinito è true.

Vedere anche

Riferimenti

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WinForms