Share via


ReportViewer.ZoomPercent 屬性

取得或設定報表顯示所用的縮放百分比。

命名空間:  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 值。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WinForms 命名空間