I have two separate sub-reports in my report footer.
The first sub-report must print before the second sub-report and there should be a page break between them.
The problem is that on occasion the first sub-report may not have data. I have it set to visible = false if there is not data. This is causing a blank sheet before the second sub-report.
I cannot add it to my detail headers because they are entirely different and the detail page headers will print for these reports as well.
Can I add an additional section for the first report so that I can make that entire section not visible if there is no data?
Any other suggestions? Thank you.
The first sub-report must print before the second sub-report and there should be a page break between them.
The problem is that on occasion the first sub-report may not have data. I have it set to visible = false if there is not data. This is causing a blank sheet before the second sub-report.
I cannot add it to my detail headers because they are entirely different and the detail page headers will print for these reports as well.
Can I add an additional section for the first report so that I can make that entire section not visible if there is no data?
Any other suggestions? Thank you.