ReportViewer.DocumentMapCollapsed Property

Gets or sets the collapsed state of the document map.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

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

value = instance.DocumentMapCollapsed

instance.DocumentMapCollapsed = value
[CategoryAttribute("Appearance")] 
[DefaultValueAttribute(false)] 
public bool DocumentMapCollapsed { get; set; }
[CategoryAttribute(L"Appearance")] 
[DefaultValueAttribute(false)] 
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

A Boolean value. A value of true indicates that the document map is collapsed. The default value is false.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace