iReport: reposition elements after removeing line

旧巷老猫 提交于 2021-02-04 16:11:07

问题


I have some accounting report's summary with such rows: vat, net, total. How can I reposition some row after another was removed because it was empty?

For example, if vat is empty, I set 'Remove line when blank' and 'Blank when null' - this will remove the line from the template. But I need to reposition the net and total rows.

How can I do that?

Thank you


回答1:


In order to make "Remove line when blank" work (with automatic reposition of all elements) you should check that:

  1. Textfield's value is empty
  2. Textfield's "Remove line when blank" is checked
  3. Textfield's Position type is setted to "Float"
  4. Textfields are not touching each other


来源:https://stackoverflow.com/questions/9292036/ireport-reposition-elements-after-removeing-line

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!