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


Свойство ReportViewer.ZoomPercent

 

Опубликовано: Апрель 2016

Возвращает или задает процент масштабирования, используемый для отображения отчета.

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

Синтаксис

public int ZoomPercent { get; set; }
public:
property int ZoomPercent {
    int get();
    void set(int value);
}
member ZoomPercent : int with get, set
Public Property ZoomPercent As Integer

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

Type: System.Int32

Значение типа integer, содержащее коэффициент масштабирования.

См. также

ReportViewer - класс
Microsoft.Reporting.WinForms - пространство имен

Вернуться в начало