如何删除因子报表为空而导致的空行? (数字隐喻报告生成器)
我创建了一个带有子报告的报告,但并非主报告中的每一行都有子报告中的内容。因此,当它打印空子报告时,会打印一个空行。如何去掉空白行?
I created a report with a sub-report but not every line in the main report has something in the sub-report. So when it prints the empty sub-report prints a blank line. How do I get rid of the blank lines?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将子报表的详细信息区域设置为动态高度。这将导致它缩小到所需的空间量。无数据 = 0 高度。
Set the detail band of the subreport to dynamic height. This will cause it to shrink to the amount of space needed. No data = 0 height.