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


Свойство ReportViewer.DocumentMapWidth

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

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

Синтаксис

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

value = instance.DocumentMapWidth

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

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

Тип: System.Web.UI.WebControls.Unit
Объект Unit, представляющий ширину схемы документа. По умолчанию возвращается объект Unit, представляющий 25 процентов от ширины элемента ReportViewer.

См. также

Справочник

ReportViewer Класс

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