When users create an Ad Hoc BIRT report and download it to an Excel spreadsheet the default is 40 rows/sheet. I want the default to be 0, which means that it will download all the rows to 1 sheet. I know that the solution is setPageBreakInterval(0), but don't know where to set it up for the users.
Asked
Active
Viewed 222 times
1 Answers
0
If it's a table:
- select your table,
- then go in the properties
- avoid all (before, inside, after)
- set the page break interval to 0
Should do :

Bob
- 529
- 1
- 7
- 28
-
Your idea works great if I'm creating a report in my IDE. The problem is that users don't have access to an IDE when they're creating an ad hoc report. I sent a query to IBM and their answer was "Unfortunately, it is not possible to do this setup for Ad Hoc reports." – anegin Apr 06 '18 at 14:24
-
Ok, and what about create a template? – Bob Apr 06 '18 at 15:09