views:

16

answers:

1

Hi, I'm using Report-designer 3.6.1, and i got a recurring problem with one of my report. When i try to print the report, i sometimes get a report with missing pages. The report print seven pages out of nine, and the last page print a page count of 7/9. Also on the last page, it doesn't print the footer as if it was not configured.

This problem happens randomly (or in a particular case that i can't grasp). Every other reports are fine. They all print the footer, and all the page.

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 is how we setup the report

Master report:

  • Page header
    1. Some fields that are printed on each pages;
  • Details
    1. Sub-report #1: List all attributes of each product;
  • Report Footer
    1. Empty
  • Page Footer
    1. Some text fields;
    2. Page count (totalPageCount function);

Sub-report #1:

  • Group Header: Empty;
  • Detail
    1. Collumn headers;
    2. Sub-report #2: List some attributes values for each products;
  • Group Footer
  • Report Footer
    1. Text field with a message.

Sub-report #2:

  • Detail
    1. Attribute's name;
  • Report Footer: Attribute's value;
A: 

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.

yvoyer