共用方式為


ReportViewer.ZoomPercent 屬性

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

命名空間:  Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

'宣告
Public Property ZoomPercent As Integer
    Get
    Set
'用途
Dim instance As ReportViewer
Dim value As Integer

value = instance.ZoomPercent

instance.ZoomPercent = value
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)

屬性值

型別:System.Int32
包含縮放百分比的 integer 值。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WinForms 命名空間