ReportViewer.ShowProgress-Eigenschaft
Gibt an, ob während der Berichtsverarbeitung eine Statusanimation angezeigt wird.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
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)
Eigenschaftswert
Typ: Boolean
Ein Boolean-Wert.Der Standardwert ist true.