Поделиться через


Свойство ReportViewer.DocumentMapCollapsed

Возвращает или задает свернутое состояние схемы документа.

Пространство имен:  Microsoft.Reporting.WebForms
Сборка:  Microsoft.ReportViewer.WebForms (в Microsoft.ReportViewer.WebForms.dll)

Синтаксис

'Декларация
<WebBrowsableAttribute(True)> _
Public Property DocumentMapCollapsed As Boolean
    Get
    Set
'Применение
Dim instance As ReportViewer
Dim value As Boolean

value = instance.DocumentMapCollapsed

instance.DocumentMapCollapsed = value
[WebBrowsableAttribute(true)]
public bool DocumentMapCollapsed { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool DocumentMapCollapsed {
    bool get ();
    void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member DocumentMapCollapsed : bool with get, set
function get DocumentMapCollapsed () : boolean
function set DocumentMapCollapsed (value : boolean)

Значение свойства

Тип: System.Boolean
Значение true, если схема документа свернута; в противном случае — значение false. Значение по умолчанию — false.

См. также

Справочник

ReportViewer Класс

Пространство имен Microsoft.Reporting.WebForms