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