Proprietà ReportViewer.ShowProgress

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

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

Sintassi

'Dichiarazione
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(True)> _
<SRDescriptionAttribute("ShowProgressDesc")> _
Public Property ShowProgress As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowProgress

instance.ShowProgress = value
[CategoryAttribute("Appearance")] 
[DefaultValueAttribute(true)] 
[SRDescriptionAttribute("ShowProgressDesc")] 
public bool ShowProgress { get; set; }
[CategoryAttribute(L"Appearance")] 
[DefaultValueAttribute(true)] 
public:
bool ShowProgress {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowProgress ()

/** @property */
public void set_ShowProgress (boolean value)
public function get ShowProgress () : boolean

public function set ShowProgress (value : boolean)

Valore proprietà

Valore booleano. Il valore predefinito è true.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WinForms