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


Свойство ReportViewer.ZoomPercent

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

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

Синтаксис

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

value = instance.ZoomPercent

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

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

Тип: System.Int32
Значение типа integer, содержащее значение масштабирования в процентах.

См. также

Справочник

ReportViewer Класс

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