I have a report with two subreports. The first subreport is very short, the second one is quite long. I would like the exported spreadsheet to have a single sheet/tab for each of these two subreports.

In the main report's layout, the two subreports separated by a page break.

When I export (or just view the html in the browser), the page break appears after the first subreport, but the second one is then chopped into several more pages (because its very long).

Now I could make the main report a million pixels in height, but that would be an ugly hack making the first subreport appear with data in the first 10 rows and followed by thousands of empty rows.

How can I fix this?

(It is driving me mad.)

link|improve this question

33% accept rate
feedback

1 Answer

up vote 2 down vote accepted

the report has a property called "Ignore Pagination" (iReport 4.0.2). If checked, it will print the whole document as a single page.

Properties Pane - Ignore Pagination

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.