Freigeben über


PageNavigationEventArgs.NewPage-Eigenschaft

Ruft die Nummer der aus dem PageNavigation-Ereignis resultierenden Seite ab.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

'Declaration
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

Eigenschaftswert

Typ: Int32
Ein integer-Wert, der die neue Seitenzahl enthält.

Siehe auch

Referenz

PageNavigationEventArgs Klasse

Microsoft.Reporting.WinForms-Namespace