呈现组页脚中存在的子报表时出现问题

发布于 2024-09-14 05:34:46 字数 759 浏览 2 评论 0原文

我必须修复由 Acive 报告设计的报告,而我对此还很陌生。将此报告从框架 1 转换为 2 后出现问题。没有任何更改,但显示总计数的子报告未显示。 我有一个主报告(RptReport.vb),其页脚(GrpFooter)中有一个包含 6 个子报告的组。 它有:

报告标题 页眉 组页编号 应用程序的图标 报告名称和.... 总组数 细节 总页脚组 5级 4级 子级别3 二级 子级别1 子级别小计 GrpPageNumbering页脚 页脚 报告页脚 RptSubReport.vb 是子报表,旨在用于所有这 6 个子报表。 它有 组标题 它包含标题的设计 组标头 grp备用 细节 grpfooter备用 它包含应该显示的字段 组页脚 它包含总和 GrpTitlefooter

对于 subLevel1 到 subLevel5 grpfooterAlternate.visible = true 且 grpFooter.visible = false 且 对于 subLevelSubTotal grpfooterAlternate.visible = False 和 grpFooter.visible = true 这是动态设置的。

当我以不同的标准运行报告时,我得到不同的结果。 有时子报告中的 grpFooter 会出现,有时则不会。我想这取决于之前子报告中显示的数据量。 值得一提的是,该报告过去工作正常,但从框架一转换到框架二后,出现了此问题。 我调试了总子报告显示的情况和不显示的情况。两者都经历相同的事件。

任何机构有想法吗?我感谢你的帮助。

谢谢,

I have to fix a report designed by Acive report and I am fairly new to this. The problem occurs after converting this report from frame work 1 to 2 .Nothing is changed but sub report showing the total count does not show up.
I have a main report(RptReport.vb) having a group containg 6 subreports in its footer(GrpFooter).
It Has:

Report Header
Page header
GrpPageNumbering
Application's Icon
Report Name and....
GrpTotal
Detail
GrpTotalFooter
subLevel5
subLevel4
subLevel3
subLevel2
subLevel1
subLevelSubTotal
GrpPageNumberingFooter
PageFooter
ReportFooter
RptSubReport.vb is the subreport which is designed to be used in all of these 6 subreports.
It has
GrpTitle
It contains the deign of titles
grpHeader
grpAlternate
detail
grpfooterAlternate
It contains the field that should be shown up
grpFooter
It contains the total sum
GrpTitlefooter

For subLevel1 to subLevel5 grpfooterAlternate.visible = true and grpFooter.visible = false and
For subLevelSubTotal grpfooterAlternate.visible = False and and grpFooter.visible = true
This sets dynamically.

When i run the report with different criterira I get different results.
Some times grpFooter in sub report show up and sometimes it doesn't. I guess it depends on the amount of data showing up in the previous subreports.
It is good to mention that this report used to work correctly but after coversion from framework one to 2, This problem occurs.
I debugged the cases that total sub report show up and the cases that it does not . Both goes through the same events.

Any Body had an idea? I appretiate your help.

Thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

二手情话 2024-09-21 05:34:46

merryca,

我不认为固件对报告的呈现有任何依赖。话虽这么说,您是否可以向我们发送一个项目,以帮助我们了解这里发生的事情。尝试根据您的解释来调试问题有点困难。

请发送电子邮件至 [email protected],我们将立即为您提供帮助。

谢谢拉吉

·

拉吉尼什·辛哈,
葡萄城公司

merryca,

I don't believe there is any dependency on FW on rendering of reports. That being said, is it possible that you can send us a project that will help us understand what is going on here. Trying to debug the issue based on your explanation is little bit difficult.

Please email [email protected] and we will get you some help immediately.

thanks

raji

Rajnish Sinha,
GrapeCity, inc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文