我需要使用 jasper ireports 工具生成类似的东西:
Address : xyznamexyzcity
xyzstreetxyz
如果地址溢出,它应该正好低于第一个
设计脚本是这样的:
Address : $F{Address}
我尝试了各种可能性,但无法得到想要的结果。
我得到的最接近的解决方案是这样的:
Address : xyznnamexyzcity
xyzstreetxyw
我的表格是这样的:
name : $F{}
address : $F{}
city : $F , State : $F , Zip : $F
Phone : $F
任何字段的长度都没有限制