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


Свойство ReportViewer.IsDocumentMapWidthFixed

Показывает, является ли размер панели схемы документа фиксированным или изменяется при изменении размера средства просмотра.

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

Синтаксис

'Декларация
Public Property IsDocumentMapWidthFixed As Boolean
    Get
    Set
'Применение
Dim instance As ReportViewer
Dim value As Boolean

value = instance.IsDocumentMapWidthFixed

instance.IsDocumentMapWidthFixed = value
public bool IsDocumentMapWidthFixed { get; set; }
public:
property bool IsDocumentMapWidthFixed {
    bool get ();
    void set (bool value);
}
member IsDocumentMapWidthFixed : bool with get, set
function get IsDocumentMapWidthFixed () : boolean
function set IsDocumentMapWidthFixed (value : boolean)

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

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

См. также

Справочник

ReportViewer Класс

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