Dynamically adding page breaks
Let's say I have 33 items to display in a table. I want to display each 10 of them on a page. I have added the following expression to a group:
=Ceiling(RowNumber(Nothing)/10)
Till now, everything is fine, the records are displayed on 4 pages, 10 records on the first 3 pages and 3 records on the last one.
Now is that I want to add other data (summary about the table) after the group (i.e. at the end of the 4th page), but there is already a page break at the end of the table.
How can i solve this problem please.
|