将报表从 Reporting Server 2008 转换为 PDF 文档
我正在 SSRS 2008 中重新创建一些水晶报告 我们使用 Web 服务将 Crystal 报告转换为 PDF 文件。 Web 服务中的 Crystal Reports 使用名为 CRAXDRT 的 dll。 我想修改 Web 服务以将 SSRS 报告转换为 PDF。 任何建议 多谢
I’m recreating some crystal reports in SSRS 2008
We use a web service to convert Crystal reports to PDF files.
The Crystal Reports in web service is using a dll named CRAXDRT.
I want to modify the web service to convert SSRS Reports to PDF.
Any suggestions
Thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会看一下 ssrs 公开的报告执行 API。特别是查看 render 和 render2 方法。以下链接在 MSDN http://msdn.microsoft.com 上向您展示了更多信息/en-us/library/reportexecution2005.reportexecutionservice.aspx
I would take a look at the report execution API that is exposed by ssrs. In particular, look at the render and render2 methods. The following link shows you more at MSDN http://msdn.microsoft.com/en-us/library/reportexecution2005.reportexecutionservice.aspx