Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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("Appearance")> _
<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("Appearance")]
[DefaultValueAttribute(false)]
[WebBrowsableAttribute(true)]
public bool DocumentMapCollapsed { get; set; }
[CategoryAttribute(L"Appearance")]
[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