获取为 ZoomChangeEventArgs 事件指定的缩放百分比值。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public ReadOnly Property ZoomPercent As Integer
Get
用法
Dim instance As ZoomChangeEventArgs
Dim value As Integer
value = instance.ZoomPercent
public int ZoomPercent { get; }
public:
property int ZoomPercent {
int get ();
}
member ZoomPercent : int
function get ZoomPercent () : int
属性值
类型:System.Int32
一个指定选择的缩放百分比的整数值。