Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个子报告,并且在我的主报告中我的 custom_group 右侧有一个空白位置。我希望我的子报告处于这个位置(在主报告中 custom_group 的右侧)。
有谁知道如何在iReport中做到这一点?
您只是想移动子报表吗?单击主报告中的子报告。在属性菜单中,设置左侧位置。
如果您想做的不仅仅是移动它,请发布您的 JRXML 文件,以便我们查看它。
您需要修改子报表并将其边距设置为 0。为此,在 iReport 中打开您的子报表,在报表检查器中右键单击报表并单击删除报表边距。然后保存您的子报表并重新运行父报表(点击报表设计器顶部的编译报表图标以强制重新编译所有报表资源):子报表的边距将消失,不会是左侧的任何空格。