子报表值不显示在主报表中

发布于 2024-09-19 08:24:01 字数 85 浏览 5 评论 0原文

我的主报告包含 1 个子报告。当我运行主报告时,子报告值不会显示在主报告中,但是当我单独运行子报告时,我可以看到 PDF 格式的输出。谁能帮我解决这个问题?

I have my main report which contains 1 subreport. When I run my main report the subreport values are not displayed in my main report, but when I run my subreport individually I can see the output in PDF format. Can anyone help me in fixing this issue?

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

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

发布评论

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

评论(2

江南烟雨〆相思醉 2024-09-26 08:24:02

首先右键单击报表查看连接,如果工作正常,则单击打开子报表,然后单击子报表,转到子报表属性,查看传递给子报表的参数是否正确,如果不正确,请正确传递。另请参阅子报表所需的参数值是来自主报表的参数值。
意思是:如果您的子报表需要 account_id = 5,则主报表必须将值 5 传递给子报表。

First see the connection with right click on the report and click on open subreport if its working then clik on the subreport go to the subreport property and see the parameter passed to the subreport is correct or not if not please pass properly. also see the parameter value required for the subreport is that comming from main report.
Means : if your subreport require account_id = 5 the it must that main report passes the value 5 to the subreport.

空城仅有旧梦在 2024-09-26 08:24:02

您需要调用 SubreportProcessingEventHandler 并添加数据源。
步骤2:检查子报表的属性。
如果不需要主报告中的任何参数。不要添加任何。
仓库的路径

You need to call the SubreportProcessingEventHandler and add the datasource.
Step 2: Check the properties of subreport.
If it does not need any parameters from main report. Do not add any.
The path of the repo

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