ReportViewer.DocumentMapCollapsed Property

Gets or sets the collapsed state of the document map.

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

Syntax

'Declaration
<CategoryAttribute("ToolBar")> _
<DefaultValueAttribute(False)> _
<WebBrowsableAttribute(True)> _
Public Property DocumentMapCollapsed As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.DocumentMapCollapsed

instance.DocumentMapCollapsed = value
[CategoryAttribute("ToolBar")] 
[DefaultValueAttribute(false)] 
[WebBrowsableAttribute(true)] 
public bool DocumentMapCollapsed { get; set; }
[CategoryAttribute(L"ToolBar")] 
[DefaultValueAttribute(false)] 
[WebBrowsableAttribute(true)] 
public:
property bool DocumentMapCollapsed {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_DocumentMapCollapsed ()

/** @property */
public void set_DocumentMapCollapsed (boolean value)
public function get DocumentMapCollapsed () : boolean

public function set DocumentMapCollapsed (value : boolean)

Property Value

true if the document map is collapsed; otherwise, false. The default is false.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace