Side-by-side subreports
By placing two "Subreport" objects side-by-side on the same band, you can print two independent data lists. When printing such a report, FastReport acts in the following way:
- prints the main report until, the "Subreport" object is not met;
- prints the first subreport;
- turn to the page where the printing of subreport started from, and prints the following subreport;
- after all the subreports have been printed, the main report continues to be printed from where the longest subreport has stopped.