jasperreports
jasperreports copied to clipboard
Table row split fails: Blank space or even blank page before the row
Hello,
Im facing this issue and didnt found a workaround.
https://stackoverflow.com/questions/31584158/how-remove-the-extra-space-between-two-records-of-jasper-table
https://stackoverflow.com/questions/47187158/jasperreport-table-column-overflow-not-showing-on-first-page/47221390#47221390
Its fixed in some beta release? Do you plan to fix it?
I have debugged the code and found the line that sould be parametrized at table level:
detailBand.setSplitType(SplitTypeEnum.PREVENT); @ net.sf.jasperreports.components.table.fill.TableReport Line 838 (function createDetailBand)
https://github.com/TIBCOSoftware/jasperreports/blob/master/jasperreports/src/net/sf/jasperreports/components/table/fill/TableReport.java
Thanks