How to increase the column width dynamically in iReport using dynamic report?

后端 未结 2 1227
野性不改
野性不改 2020-12-20 09:40

I have created a jrxml file and by using dynamic reports I am filling up the data for the template.I need to adjust the column width based on the content inside it,I have lo

相关标签:
2条回答
  • 2020-12-20 10:18

    In dynamicreport also you have set width of column , it not increase on text length,pl check this link,may be helpful to you. DynamicReport

    0 讨论(0)
  • 2020-12-20 10:35

    In jasper reports, you cannot increase the width of the component dynamically. You can only increase the height dynamically.

    0 讨论(0)
提交回复
热议问题