SSRS PDF 导出时损坏
我在从报表服务器导出为 PDF 时遇到问题。当从用 VS2010 和 C# 编写的 ASP.Net 网站中的报表查看器控件导出为 PDF 时,在一般情况下,某个报表工作正常。但是,当某些参数传递到同一报告时,它会输出损坏的 PDF 文件。
一个特点是,破坏 PDF 文件的这一参数组合是输出最多数据量的参数组合。所有其他渲染格式在所有场景下都可以正常工作。
非常感谢您的帮助。
I have a problem with export to PDF from a report server. When exporting to PDF from the report viewer control in a ASP.Net web site written in VS2010 and C# for a certain report in the general case it works fine. However, with certain parameters passed to this same report it outputs a corrupted PDF file.
One peculiarity is that this parameter combination that corrupts the PDF file is the one that outputs the most amount of data. All other render formats work fine in all scenarios.
Thanks so much for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用的是 Adobe PDF Viewer - 最新版本。事实证明,该问题已在 SSRS 2008 R2 的累积更新 6 中得到解决。安装 Service Pack 2 解决了该问题。
I was using Adobe PDF Viewer - latest version. Turns out the issue is fixed in Cumulative Update 6 of SSRS 2008 R2. Installing Service Pack 2 fixed the problem.