I am trying to print a report without any blank pages. My report consists of several subreports. However, two of these subreports have their own pages and before each one, I inserted a page break. If one or neither of these subreports have any data, the pages that they are on will be blank. I am trying to figure out a way for the report to skip these pages if they do not contain any data.
I was thinking about writing some code that will check the subreport for any data and if not, do not display the subreport. Does anyone have any other suggestions? I'm currently trying things out as I am writing this.
Thanks in advance.