获取或设置用于报表显示的缩放百分比。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public Property ZoomPercent As Integer
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)
属性值
类型:Int32
一个包含缩放百分比的 integer 值。