Constructeur PageNavigationEventArgs
Construit un nouvel objet PageNavigationEventArgs.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public Sub New ( _
newPage As Integer _
)
'Utilisation
Dim newPage As Integer
Dim instance As New PageNavigationEventArgs(newPage)
public PageNavigationEventArgs(
int newPage
)
public:
PageNavigationEventArgs(
int newPage
)
new :
newPage:int -> PageNavigationEventArgs
public function PageNavigationEventArgs(
newPage : int
)
Paramètres
- newPage
Type : System.Int32
Valeur integer contenant le nouveau numéro de page.