Costruttore PageNavigationEventArgs
Costruisce un nuovo oggetto PageNavigationEventArgs.
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
newPage As Integer _
)
'Utilizzo
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
)
Parametri
- newPage
Tipo: System.Int32
Valore integer contenente il numero della nuova pagina.