VSView Reporting Edition Reference > VSReport Control > VSReport Properties > OnPage Property |
Returns or sets the VBScript handler for the OnPage event.
[form!]VSReport.OnPage[ = value As String ]
This property contains a string with a VBScript that gets executed when the control finishes rendering a page. The control also fires the OnPage event at this time.
The difference between the regular event and the VBScript property is that the handler for the regular event belongs to the application, and should thus be used to support tasks that are independent of the report. For example, to update a label showing how many pages have been rendered so far.
The VBScript handler in the property belongs to the report, and will be executed regardless of the application. For example, a particular report might contain a VBScript handler that updates a variable at every page break.
String