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
    Get
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

ReportViewer Klasse

Microsoft.Reporting.WebForms-Namespace