ReportViewer.ShowRefreshButton 屬性

 

發佈時間: 2016年4月

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

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

語法

public bool ShowRefreshButton { get; set; }
public:
property bool ShowRefreshButton {
    bool get();
    void set(bool value);
}
member ShowRefreshButton : bool with get, set
Public Property ShowRefreshButton As Boolean

屬性值

Type: System.Boolean

布林值。預設值為 true

請參閱

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

回到頁首