Partilhar via


Propriedade PageNavigationEventArgs.NewPage

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

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

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: Int32
An integer value containing the new page number.

Consulte também

Referência

PageNavigationEventArgs Classe

Namespace Microsoft.Reporting.WinForms