次の方法で共有


PageNavigationEventArgs.NewPage プロパティ

PageNavigation イベントにより表示されるページの番号を取得します。

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

構文

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

プロパティ値

型 : Int32
新しいページ番号を示す整数値。

参照

関連項目

PageNavigationEventArgs クラス

Microsoft.Reporting.WinForms 名前空間