Share via


ReportViewer.ShowDocumentMapButton 屬性

 

發佈時間: 2016年4月

表示是否可在分割列上看到顯示及摺疊文件引導模式的按鈕。

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

語法

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

屬性值

Type: System.Boolean

如果可以在分割列上看到這個按鈕,則為 true,否則為 false。預設為 true

請參閱

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

回到頁首