使用 MVC3 (Razor) 的 RDL 报告
我正在开发 MVC 3 (Razor) 应用程序,其中使用 RDL (SSRS) 进行报告。我的要求是允许用户使用复选框和选择多个记录当他们单击打印按钮时,应生成 PDF 并打印为选定的记录打印。 PDF 是使用 RDL 报告生成的。我不确定如何调用包含报表查看器控件的 aspx 页面。
有什么指点吗?
I am working on a MVC 3 (Razor) application where in I am using RDL (SSRS) for reporting. My requirement is to allow users to select multiple records using Checkbox & when they click on the print button, the PDF should be generated & printed for the selected records. The PDFs are generating using RDL Reports. I am not sure that how to call the aspx page containing the report viewer control.
Any pointers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须使用 WebForms(从而混合 WebForms 和 MVC)才能将 aspx 与报表查看器控件一起使用。
您可以在此处找到有关如何执行此操作的更多信息
You will have to use WebForms (thus mixing WebForms and MVC) in order to use the aspx with the report viewer control.
You can find more information on how to do it here