Hi All,
I have a main report that has multiple subreports. When running the report, I see that for each subreport, a page break is inserted. Is there a way to remove the page break so that the report displays continuously down the page?
Thanks,
Curtis
Right, theres half a dozen places where you can define a page break to occur, before/after tables/lists etc, so assuming you've hunted all those down, I've found that it can come down to page size and alignment of the subreports. You basically have to align the left pos of the subreports and you have to make sure that the report controls are never wider than the page width (minus margins). Also bear in mind that the sub reports inherit properties from the main report. Sometimes you just have to take out individual sub reports until you find the one causing the problem.
Good luck with one, it's nightmare.
|||Thanks! I'll give it a try.
No comments:
Post a Comment