次の方法で共有


ZoomChangeEventArgs.ZoomPercent プロパティ

ZoomChangeEventArgs イベントに対して指定したズームの比率の値を取得します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

'宣言
Public ReadOnly Property ZoomPercent As Integer
public int ZoomPercent { get; }
public:
property int ZoomPercent {
    int get ();
}
member ZoomPercent : int with get
function get ZoomPercent () : int

プロパティ値

型 : Int32
選択したズームの比率を指定する整数。

参照

関連項目

ZoomChangeEventArgs クラス

Microsoft.Reporting.WinForms 名前空間