Forgive me for adding another "blank pages" item to the support log but I think I have a different example of when this happens from what I'm seeing.
This is in Q1 2011 that I'm seeing this.
I have a table of items which could take more than 1 page to print out. When I have more than 1 page worth of columns and I print the report by itself, everything works nicely. When I embed the report as a subreport in another master report, as long as it's the only subreport, it prints OK. When I embed a second subreport on the same master report, it starts printing 1 blank page for every extra page the table prints to (i.e, if the table needs 2 pages to print, it puts 1 blank page at the end of the master report, if it needs 3 pages, there are 2 blank pages at the end of the report).
I can make each report invisible and the report draws without any blank pages but as soon as the table is visible with any other subreport, it adds blank pages.
I thought I could get around this by using the ReportBook class to just combine multiple reports together, but the blank pages then become the table sub report and which ever report is second.
I have used the suggestions for finding which subreport could be flowing onto extra pages but the only thing it tells me is the detail section for the master report (where my subreports live) is flowing onto the blank last pages.
It looks like having multiple subreports in the detail section, 1 of which could maybe flow to multiple pages, causes some problems for planning how to draw each page.
Is there any way to correct this or figure out what I might be doing to cause the reporting engine to work this way?
Thanks in advance!
This is in Q1 2011 that I'm seeing this.
I have a table of items which could take more than 1 page to print out. When I have more than 1 page worth of columns and I print the report by itself, everything works nicely. When I embed the report as a subreport in another master report, as long as it's the only subreport, it prints OK. When I embed a second subreport on the same master report, it starts printing 1 blank page for every extra page the table prints to (i.e, if the table needs 2 pages to print, it puts 1 blank page at the end of the master report, if it needs 3 pages, there are 2 blank pages at the end of the report).
I can make each report invisible and the report draws without any blank pages but as soon as the table is visible with any other subreport, it adds blank pages.
I thought I could get around this by using the ReportBook class to just combine multiple reports together, but the blank pages then become the table sub report and which ever report is second.
I have used the suggestions for finding which subreport could be flowing onto extra pages but the only thing it tells me is the detail section for the master report (where my subreports live) is flowing onto the blank last pages.
It looks like having multiple subreports in the detail section, 1 of which could maybe flow to multiple pages, causes some problems for planning how to draw each page.
Is there any way to correct this or figure out what I might be doing to cause the reporting engine to work this way?
Thanks in advance!