共用方式為


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