VSView Reporting Edition Reference > VSReport Control > VSReport Events > OnPage Event |
Fired when the control finishes rendering each page.
Private Sub VSReport_OnPage()
Use this event to update the user interface on your application to show how many pages have been printed so far.
You can use the Cancel property while handling this event to cancel rendering the report. To limit the number of pages that can be printed, use the MaxPages property instead.