ReportViewer.DocumentMapCollapsed プロパティ
折りたたまれた状態の見出しマップを取得または設定します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
<WebBrowsableAttribute(True)> _
Public Property DocumentMapCollapsed As Boolean
Get
Set
'使用
Dim instance As ReportViewer
Dim value As Boolean
value = instance.DocumentMapCollapsed
instance.DocumentMapCollapsed = value
[WebBrowsableAttribute(true)]
public bool DocumentMapCollapsed { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool DocumentMapCollapsed {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member DocumentMapCollapsed : bool with get, set
function get DocumentMapCollapsed () : boolean
function set DocumentMapCollapsed (value : boolean)
プロパティ値
型: System.Boolean
見出しマップが折りたたまれている場合は true、それ以外の場合は false。既定値は false です。