Freigeben über


ReportViewer.ShowRefreshButton-Eigenschaft

Gibt an, ob die Schaltfläche Aktualisieren sichtbar sein soll.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<CategoryAttribute("ToolBar")> _
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(True)> _
Public Property ShowRefreshButton As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowRefreshButton

instance.ShowRefreshButton = value
[CategoryAttribute("ToolBar")] 
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
public bool ShowRefreshButton { get; set; }
[CategoryAttribute(L"ToolBar")] 
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
public:
bool ShowRefreshButton {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowRefreshButton ()

/** @property */
public void set_ShowRefreshButton (boolean value)
public function get ShowRefreshButton () : boolean

public function set ShowRefreshButton (value : boolean)

Eigenschaftenwert

Ein Boolean-Wert. Der Standardwert ist true.

Siehe auch

Referenz

ReportViewer-Klasse
ReportViewer-Member
Microsoft.Reporting.WebForms-Namespace