子报表值不显示在主报表中
我的主报告包含 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
首先右键单击报表查看连接,如果工作正常,则单击打开子报表,然后单击子报表,转到子报表属性,查看传递给子报表的参数是否正确,如果不正确,请正确传递。另请参阅子报表所需的参数值是来自主报表的参数值。
意思是:如果您的子报表需要 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.
您需要调用 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