Search code examples
crystal-reportssubreportoverlap

Using subreport in crystal reports 8.5, How can we stop overlapping it with the end of the main report?


I've created a new report using crystal reports 8.5. In it, I've used 3 sub reports and they are positioned in main report vertically. My question is, How can I stop overlapping them with each other and also with the down border of the main report?

thank you


Solution

  • If you split the section they're in into 3 sections (eg, Report Header can divide into Report Header a, Report Header b and Report Header c), and place one subreport in each, the sections will expand to fit their contents in and the subreports should no longer overlap.