ReportViewer.ShowBackButton 属性

指示**“上一步”**按钮在控件中是否可见。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)

语法

声明
Public Property ShowBackButton As Boolean
    Get
    Set
用法
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowBackButton

instance.ShowBackButton = value
public bool ShowBackButton { get; set; }
public:
property bool ShowBackButton {
    bool get ();
    void set (bool value);
}
member ShowBackButton : bool with get, set
function get ShowBackButton () : boolean
function set ShowBackButton (value : boolean)

属性值

类型:System.Boolean
指示**“上一步”**按钮的可见性的 Boolean 值。默认值为 true。

请参阅

参考

ReportViewer 类

Microsoft.Reporting.WinForms 命名空间