I have two subreports that I need to appear at the end of the QuotForm report.
These aren’t really sub-reports as they receive no data, They are just static text (our Terms and Conditions).
I don’t want the main reports header or footer to appear on them. I’ve put all the Header elements in a rectangle and then hide it based on the page number. While this hides the page header elements, it doesn’t remove the 2" of page header the report has.
Also, each needs to start on a new page. I’m kind of cheating by setting the sub-reports KeepTogether as true and making the subreport a full page tall.
.
Where do I put them in the main report, and do I need to do anything special in the sub-reports?
Place a textbox with the terms and conditions below the data table in the body of the report. Set the table PageBreak BreakLocation to End. That will put the terms and conditions on the next page.
That will move the 1st of the two subs to start at the next page. And If I make the textbox in the 1st sub big enough, it should always force the 2nd sub to a new page.
Any idea of how to hide the Page headers? I can hide all the page header elements, bu the blank space that holds them still shows.