次の方法で共有


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 名前空間

トップに戻る