Replies: 5 comments
Which BIRT release are you using? I am asking this because we are using the same little trick in some of our reports and it didn't cause problems so far in our reports. |
|
Your example is not self-contained. The report references a missing library "core" and the data sets do not work (probably developed for an Oracle DB?). Please try to create an example that can be tested stand-alone. |
|
Hello @hvbtup thank you for your answer. We use the report runtime As I started the designer application today, it executes updates (some of ...2022-03... I think). Our production system runs on version I attached a stand-alone version of the test report which is using the Sample DB. |
|
I corrected your test report in such a way that it actually works. The P_PATH param must include a trailing backslash (on Windows), otherwise the images are not displayed. With a BIRT 4.2.1 All-In-One-Designer the report looks like test_preview_eclipse_ok.pdf. The lorem ipsum text is truncated between the bottom of page 1 and the top of page 2, but I think this is what is intended. Then I tested the report from the All-In-One-Designer which I built from the GitHub sources a few days ago. You said that you are using org.eclipse.birt.runtime_4.9.0-20190523. So you should try with the current BIRT sources from GitHub. As a side note: What we don't do is to use a negative margin for layout objects on subsequent pages, and we don't set the margin dynamically in the onCreate event. So we are not exactly in the same situation. |
|
PLS take a look at the (fixed) issue #636 - this might be related |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
To reproduce the error you can use the files in the attachment:
P_PATH=
directory with filesThe second parameter P_GSIZE is intended for switching between small and big header image output.
P_KOPF conrols the gap on next pages between page top and start of the content.
Further it causes scripted negative margin of -10mm (default) so that the header from the master page will be covered with the report content.
Settings when the report breaks:
P_GSIZE=G
P_CONTENT=I
birttest.zip
All reactions