Share via


PageNavigationEventArgs.NewPage Property

 

Gets the number of the page resulting from the PageNavigation event.

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

Syntax

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

Property Value

Type: System.Int32

An integer value containing the new page number.

See Also

PageNavigationEventArgs Class
Microsoft.Reporting.WinForms Namespace

Return to top