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 命名空间