ReportViewer.ShowRefreshButton-Eigenschaft

Gibt an, ob die Schaltfläche Aktualisieren sichtbar ist.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

'Declaration
Public Property ShowRefreshButton As Boolean
    Get
    Set
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowRefreshButton

instance.ShowRefreshButton = value
public bool ShowRefreshButton { get; set; }
public:
property bool ShowRefreshButton {
    bool get ();
    void set (bool value);
}
member ShowRefreshButton : bool with get, set
function get ShowRefreshButton () : boolean
function set ShowRefreshButton (value : boolean)

Eigenschaftswert

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

Siehe auch

Verweis

ReportViewer Klasse

Microsoft.Reporting.WinForms-Namespace