How can I append multiple reports together?

早过忘川 提交于 2019-12-07 02:35:31

问题


I have a number of reports that need to be both run separately and also as a group.

I've created these reports and was hoping I could just create a form where I could just append report1, report2, report3, etc. together without creating a different report and making all of those reports subreports.

Is this possible?


Edit: I'm displaying it in the .NET WinForms control, but it will also be exported to PDF and perhaps DOC, XLS etc...


回答1:


Create a third report that has the first N reports setup as sub-reports in the header one after the other. Why is this not a good option for you?

Possibly you could post-append. What is the output format?




回答2:


use the option Kieveli suggested and show and hide the subreports depending on the user's choice if you want a more dynamic solution.




回答3:


Definitively the best to do it is using subreports, less coding, less trouble for you.



来源:https://stackoverflow.com/questions/921049/how-can-i-append-multiple-reports-together

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!