Freigeben über


ReportViewer.DocumentMapCollapsed-Eigenschaft

Ruft den Reduzierungsstatus der Dokumentstruktur ab bzw. legt diesen fest.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
<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)

Eigenschaftswert

Typ: Boolean
true , wenn die Dokumentstruktur reduziert ist, andernfalls false.Der Standardwert ist false.

Siehe auch

Referenz

ReportViewer Klasse

Microsoft.Reporting.WebForms-Namespace