Свойство ReportViewer.DocumentMapWidth
Возвращает или задает ширину схемы документа в точках.
Пространство имен: Microsoft.Reporting.WinForms
Сборка: Microsoft.ReportViewer.WinForms (в Microsoft.ReportViewer.WinForms.dll)
Синтаксис
'Декларация
Public Property DocumentMapWidth As Integer
Get
Set
'Применение
Dim instance As ReportViewer
Dim value As Integer
value = instance.DocumentMapWidth
instance.DocumentMapWidth = value
public int DocumentMapWidth { get; set; }
public:
property int DocumentMapWidth {
int get ();
void set (int value);
}
member DocumentMapWidth : int with get, set
function get DocumentMapWidth () : int
function set DocumentMapWidth (value : int)
Значение свойства
Тип: System.Int32
Значение типа integer, содержащее ширину схемы документа в точках. Значение по умолчанию — 40.