Reputation: 556
I want to display my report in new page after certain number of column. let say i have 50 columns and 10 rows in my report. i want to display every page with 25 column. It means i should have two pages every page with 25 columns.
Does any smart guy know how and where to put break in my report to achieve this goal?
Upvotes: 0
Views: 7011
Reputation: 328
You can easily achieve by placing the 'Column Break' Element in your report, to achieve this you can follow these steps:
Then you need to set a Print When Expression for the break element as you want the break to occur after 25 columns.
I think you should try the table component, which offers the possiblity to hide unused columns using a printWhenExpression.
This is how you can achieve the solution for your problem.
Thanks
Upvotes: 1