Use the textReport.println() function to send a carriage return and line feed to the report (that is, start a new line).
textReport.println()
The following example starts a new line in the report:
myReport TextReport = new TextReport();
...
myReport.println();