render( ) example
The following is the onClick event handler for button on the report that displays the next page. It increments the startPage and re-renders the report.
{; this.form.startPage++; this.form.render( )}