getTextOptions

getTextOptions(linesPerPage: Integer output;
               recordSize:   Integer output);

The getTextOptions method of the JadeReportWriterReport class obtains the number of lines per page and the size of each fixed-length record when running the report for extraction to a text file.

This value was set when the report was designed by using the appropriate control in the JADE Report Writer Designer application Report Properties dialog.

If you want to override this value at run time, you can call the setTextOptions method and pass as the parameter the number of lines per page that you require.