textReport.outputToReport()
The following example prints the next row of report data, assuming that the actual print command is found in the function that is associated with the onEveryRowListener report variable:
myReport TextReport = new TextReport();
...
myReport.outputToReport();