i need to create a static report of 3 pages and every page contains static text and fields retrieved with a database query.
My first approach, after reading similar questions, was to create 3 separated report files (page1.jrxml, page2.jrxml and page3.jrxml) and then merge the resulting reports into a single one. It works fine but sometimes happens that a field contains a very long string and a single file report generetes 2 pages, leading to an horrible printing because the first page is full but the second contains one or few lines.
Can you suggest me a better approach?
Thanks