Partager via


Propriété PageNavigationEventArgs.NewPage

Obtient le numéro de la page résultant de l'événement PageNavigation.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public ReadOnly Property NewPage As Integer
    Get
'Utilisation
Dim instance As PageNavigationEventArgs
Dim value As Integer

value = instance.NewPage
public int NewPage { get; }
public:
property int NewPage {
    int get ();
}
member NewPage : int
function get NewPage () : int

Valeur de propriété

Type : System.Int32
Valeur integer contenant le nouveau numéro de page.

Voir aussi

Référence

PageNavigationEventArgs Classe

Espace de noms Microsoft.Reporting.WinForms