Share via


ReportViewer.ShowBackButton 屬性

取得或設定指出是否可在工具列上看到 [上一頁] 按鈕的值。

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

語法

'宣告
<WebBrowsableAttribute(True)> _
Public Property ShowBackButton As Boolean
[WebBrowsableAttribute(true)]
public bool ShowBackButton { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowBackButton {
    bool get ();
    void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowBackButton : bool with get, set
function get ShowBackButton () : boolean
function set ShowBackButton (value : boolean)

屬性值

類型:Boolean
如果可以在工具列上看到 [上一頁] 按鈕,則為 true,否則為 false。預設為 true。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WebForms 命名空間