Stretch with overflow Detail band not working as expected

后端 未结 2 1383
春和景丽
春和景丽 2021-01-23 05:34

I have a simple report. It has two bands title and detail. In the Title I have a static text, in the Detail I have one textField.

The tex

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-23 05:55

    Report property: Add this

    net.sf.jasperreports.text.save.line = true
    
    net.sf.jasperreports.export.html.wrap.break.word = true
    

    Source: Word Wrapping HTML versus PDF

提交回复
热议问题