Share via


ReportViewer.ShowBackButton 屬性

 

發佈時間: 2016年4月

指出是否可以在控制項中看見 [上一頁] 按鈕。

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

語法

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

屬性值

Type: System.Boolean

指出 [上一頁] 按鈕之可見性的 Boolean 值。預設為 true

請參閱

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

回到頁首