JasperReport displaying

56 Views Asked by At

I have the following structure in my JasperReports, the table consists of:

  • set of text fields (as table's headers)

  • list (as table's rows)

enter image description here

However, when I export the report as *.docx format, list elements shrink to the left (as displayed in the 2nd picture), but I don't understand why. enter image description here

How can I align the headers and the list rows?

The full source code at github:dezmontx

0

There are 0 best solutions below