I'm using Report-designer 3.6.1, and I encountered a recurring problem with one of my reports.
When I print the report, sometimes the result is missing pages. The report prints seven pages out of nine, the last page displaying a page count of 7/9. Also on the last page, the footer is missing as if it were not configured.
This problem happens randomly (or in a particular pattern that I can't grasp). All other reports are fine. They all print the footer, and all the pages.
If you need more info leave comments, I will try to respond to the best of my knowledge, because I am new with this tool.
Here i开发者_开发知识库s how we setup the report
Master report:
- Page header
- Some fields that are printed on each page;
- Details
- Sub-report #1: List all attributes of each product;
- Report Footer
- Empty
- Page Footer
- Some text fields;
- Page count (totalPageCount function);
Sub-report #1:
- Group Header: Empty;
- Detail
- Collumn headers;
- Sub-report #2: List some attribute values for each product;
- Group Footer
- Report Footer
- Text field with a message.
Sub-report #2:
- Detail
- Attribute's name;
- Report Footer: Attribute's value;
Problem resolved.
Source: I found out that my sub-report #2 was probably overlapping the header's columns from the Sub-report #1.
Solution: I moved the Sub-report #2 down by approximately 10px, so that it doesn't overlap anymore.
After that, the report printed out with all the necessary pages.
精彩评论