Share via


PageNavigationEventArgs.NewPage Property

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

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public ReadOnly Property NewPage As Integer
'Usage
Dim instance As PageNavigationEventArgs
Dim value As Integer

value = instance.NewPage
public int NewPage { get; }
public:
property int NewPage {
    int get ();
}
/** @property */
public int get_NewPage ()
public function get NewPage () : int

Property Value

An integer value containing the new page number.

See Also

Reference

PageNavigationEventArgs Class
PageNavigationEventArgs Members
Microsoft.Reporting.WebForms Namespace