Hello all,
I have an issue perhaps you guys can solve, if I can explain it well enough. I am using Telerik Reporting 2009_3_1211 for the web. I have one report with subreports. When generated to PDF, everything looks fine. But in the viewer, there is an extra page at the front (page 1) that only shows the "outer" report's PageHeader. If you navigate to page 2, you see the rest of the report. Again, this doesn't happen when generated to PDF. This is the general layout.
"outer" report:
pageHeader (an extra page is shown at the beginning with only this item)
reportHeader (empty)
detail - contains subreports
pageFooter
subreport:
pageHeader (empty)
reportHeader
GroupHeader
GroupHeader
detail
GroupFooter
GroupFooter
Some notes:
- If I move the subreports to the reportHeader section, the extra page shows up at the end instead of the beginning (this one will also show in the PDF).
- I have messed with the KeepTogether flags in all sorts of combinations (in fact, the PDF was showing the extra Page 1 until I set the subReport's reportHeader's KeepTogether to false).
- No matter how big the report is, the viewer always shows only 2 pages. Page 1 is the outer report's ReportHeader, and page 2 is everything else.
- In the html, I have the ReportViewer's Height set to 100%.
- I've checked for the following things that Steve @ Telerik mentioned in another recent post:
- Report Width is greater than than the available page space (Page Width - Left Margin - Right Margin).
- There is a sub-report, which contains a report that is too wide, and while at design-time that is not obvious, at run-time it might cause the carry over to occur.
- There is a report item with boundaries going out to the right from its parent section.
With all that said... Any ideas?
I have an issue perhaps you guys can solve, if I can explain it well enough. I am using Telerik Reporting 2009_3_1211 for the web. I have one report with subreports. When generated to PDF, everything looks fine. But in the viewer, there is an extra page at the front (page 1) that only shows the "outer" report's PageHeader. If you navigate to page 2, you see the rest of the report. Again, this doesn't happen when generated to PDF. This is the general layout.
"outer" report:
pageHeader (an extra page is shown at the beginning with only this item)
reportHeader (empty)
detail - contains subreports
pageFooter
subreport:
pageHeader (empty)
reportHeader
GroupHeader
GroupHeader
detail
GroupFooter
GroupFooter
Some notes:
- If I move the subreports to the reportHeader section, the extra page shows up at the end instead of the beginning (this one will also show in the PDF).
- I have messed with the KeepTogether flags in all sorts of combinations (in fact, the PDF was showing the extra Page 1 until I set the subReport's reportHeader's KeepTogether to false).
- No matter how big the report is, the viewer always shows only 2 pages. Page 1 is the outer report's ReportHeader, and page 2 is everything else.
- In the html, I have the ReportViewer's Height set to 100%.
- I've checked for the following things that Steve @ Telerik mentioned in another recent post:
- Report Width is greater than than the available page space (Page Width - Left Margin - Right Margin).
- There is a sub-report, which contains a report that is too wide, and while at design-time that is not obvious, at run-time it might cause the carry over to occur.
- There is a report item with boundaries going out to the right from its parent section.
With all that said... Any ideas?