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
    Get
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Boolean
Ein Boolean-Wert. Der Standardwert ist true.

Siehe auch

Verweis

ReportViewer Klasse

Microsoft.Reporting.WinForms-Namespace