用文本对象覆盖子报表问题
我可以对子报表做什么,以便当我单击它时,它不会出现在单独的页面上?
我实际上找到了一种方法,但它真的很难看,而且对于长报告来说并不方便。
我的方法是......我用文本对象覆盖子报表。并根据子报表有多少行来扩展文本对象的长度。
直到有一段时间它工作正常。
例如,我的报告有 100 多行。如果我最多只显示 90 行,那就可以了。如果我显示超过 90 行,则会弹出错误消息。alt text http://www.freeimagehosting .net/uploads/a47646b658.jpg
我觉得文字长度跟不上。 有人能告诉我为什么吗?
What can I do for subreport so that When i click on it, it won't appear on the seperate page?
I actually found a way but it is really ugly and not convenient for long reports.
My way is that.. I cover the subreport with a text object. And extends the length of text object depends on how many rows the subreport have.
It is work fine till some time.
For eg, My report has over 100 rows. If i only show up to 90 rows, it is ok. If i show over 90 rows, the error message pop up.alt text http://www.freeimagehosting.net/uploads/a47646b658.jpg
I think the length of the text cannot follow up.
Could anybody tell me why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
原因是节的高度限制为 32K。不仅如此,还会出现错误。
如果有 2 份报告,那么其中一份应该是简短的。
使其成为子报告并用文本对象覆盖。
确保其长度不会超过 32K。
The reason is the height of a section is limited to 32K. So more than that, there will be an error.
If there is 2 reports, then one of them should be a short one.
Make it a sub report and cover with the text object.
Make sure that it won't be over 32K of length.