共用方式為


ReportViewer.ShowBackButton 屬性

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

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

語法

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

value = instance.ShowBackButton

instance.ShowBackButton = value
[SRDescriptionAttribute("ShowBackButtonDesc")] 
[CategoryAttribute("Toolbar")] 
[DefaultValueAttribute(true)] 
public bool ShowBackButton { get; set; }
[CategoryAttribute(L"Toolbar")] 
[DefaultValueAttribute(true)] 
public:
bool ShowBackButton {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowBackButton ()

/** @property */
public void set_ShowBackButton (boolean value)
public function get ShowBackButton () : boolean

public function set ShowBackButton (value : boolean)

屬性值

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

另請參閱

參考

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