Propriedade ReportViewer.ShowProgress
Indica se a animação de progresso será exibida durante o processamento do relatório.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: Boolean
Um valor booliano.O valor padrão é true.