Właściwość ReportViewer.DocumentMapCollapsed —
Gets or sets the collapsed state of the document map.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public Property DocumentMapCollapsed As Boolean
public bool DocumentMapCollapsed { get; set; }
public:
property bool DocumentMapCollapsed {
bool get ();
void set (bool value);
}
member DocumentMapCollapsed : bool with get, set
function get DocumentMapCollapsed () : boolean
function set DocumentMapCollapsed (value : boolean)
Wartość właściwości
Typ: Boolean
A Boolean value. A value of true indicates that the document map is collapsed. The default value is false.