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
Get
Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowProgress
instance.ShowProgress = value
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: System.Boolean
Valore boolean. Il valore predefinito è true.