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
public bool DocumentMapCollapsed { get; set; }
public:
property bool DocumentMapCollapsed {
bool get();
void set(bool value);
}
member DocumentMapCollapsed : bool with get, set
Public Property DocumentMapCollapsed As Boolean
Property Value
Type: System.Boolean
A Boolean value. A value of true indicates that the document map is collapsed. The default value is false.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top