Use the textReport.skipToTop() function to advance to the top of the next page of the report.
textReport.skipToTop()
The following example issues a top-of-form command in the report:
myReport TextReport = new TextReport();
...
myReport.skipToTop();