Word Document Header/Footer Not Working After Upgrade to BIRT 4.20 (Works in PDF) #2214
-
After upgrading from BIRT 4.17 to 4.20, we noticed that headers and footers are no longer appearing in Word document exports. The same report renders correctly with headers and footers in PDF format, so the issue seems specific to the Word output. The report works as expected when run from Eclipse IDE. Below is sample master page snippet. Environment: Additional Notes: Tried So Far
@speckyspooky / @hvbtup can I get some help here ? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Can you provide please a full report-example without external dependencies then we have an option to compare the version. WHat do you mean with:
The generation with the BIRT 4.20 designer fo DOCX is fine but the execution based at runtime is not correct...? |
Beta Was this translation helpful? Give feedback.
-
Hi |
Beta Was this translation helpful? Give feedback.
I started some testing with the IDE and with the engine starting calls.
For that I adopted one of the standard test reports.
The results is IDE is ok, run-call is ok and frameset-call is ok.
Example of engine calls:
.../run?__report=\webapps\BIRT_OSGi_4.20\example_chart.rptdesign¶mCust=130&__format=docx
.../frameset?__report=\webapps\BIRT_OSGi_4.20\example_chart.rptdesign¶mCust=130
Example of my test case: