Subreport: limit number of rows per page
Hello.
Is it possible to limit number of rows that Subreport can print on single page?
I have this result:
I need that FastReport divide total number of rows in subreport and for every 4 records - pass rest of data to next page.
Here are my report:
Subreport:
I tried to do some with code but this doen't work - all subreport just pass to new page with header:
Thanks.