Closed jayeshsony closed 4 months ago
You have to attach the JRXML here.
You can rename your file as *.txt and attach it.
You need to check our /demo/samples/jasper and /demo/samples/horizontal sample reports to better understand what multi-column reports mean. They are documented here: https://jasperreports.sourceforge.net/sample.reference/horizontal/README.html#horizontal
In your detail section you have a single text element having width 511 pixels. And you want to render it on two columns of 277 pixels width. Well, of course it does not look right, with the second column overlapping the first. Not sure what you want to achieve, but if you make the text field width 277, it might be what you expect.
Thank you, Teodor
When I set the column count to more than 1 in my JasperReports report to display values side by side, I'm encountering an issue where the values from adjacent columns overlap. This overlap makes the report difficult to read and understand.