Share via


ReportViewer.DocumentMapCollapsed 屬性

取得或設定文件引導模式的摺疊狀態。

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

語法

'宣告
<WebBrowsableAttribute(True)> _
Public Property DocumentMapCollapsed As Boolean
[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)

屬性值

類型:Boolean
如果要摺疊文件引導模式則為 true,否則為 false。預設為 false。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WebForms 命名空間