次の方法で共有


ReportViewer.ShowDocumentMapButton プロパティ

見出しマップの表示と折りたたみを切り替えるボタンを分割バーに表示するかどうかを示します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
Public Property ShowDocumentMapButton As Boolean
    Get
    Set
'使用
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowDocumentMapButton

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

プロパティ値

型: System.Boolean
ボタンを分割バーに表示する場合は true、それ以外の場合は false。既定値は true です。

関連項目

参照

ReportViewer クラス

Microsoft.Reporting.WinForms 名前空間