共用方式為


ReportViewer.ShowRefreshButton 屬性

指出是否可以看見 [重新整理] 按鈕。

命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 microsoft.reportviewer.winforms.dll)

語法

'宣告
<DefaultValueAttribute(True)> _
<CategoryAttribute("Toolbar")> _
<SRDescriptionAttribute("ShowRefreshButtonDesc")> _
Public Property ShowRefreshButton As Boolean
'用途
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowRefreshButton

instance.ShowRefreshButton = value
[DefaultValueAttribute(true)] 
[CategoryAttribute("Toolbar")] 
[SRDescriptionAttribute("ShowRefreshButtonDesc")] 
public bool ShowRefreshButton { get; set; }
[DefaultValueAttribute(true)] 
[CategoryAttribute(L"Toolbar")] 
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)

屬性值

Boolean 值。預設值是 true。

另請參閱

參考

ReportViewer 類別
ReportViewer 成員
Microsoft.Reporting.WinForms 命名空間