使用 .Net 从公共 Crystal Report 服务器提取报表
从面向公众的 Crystal Report Server 提取报表的最佳方法是什么?我只能公开访问服务器,但需要每天从服务器中提取报告。您使用用户 ID public 且无密码登录此处。过去,我会筛选抓取的网站以获取我需要的信息。从我在 Fiddler 中看到的情况来看,这里的报告服务器使这变得非常复杂。
Crystal(或报表服务器)是否: 1. 暴露一个简单的Web服务? 2. 这是我可以依赖的客户端库吗?
任何帮助将不胜感激。我的最终目标是使用.Net 提取报告,然后将报告内容提取到数据库中。
What is the best method for pulling a report from a Crystal Report Server that is public facing. I only have public access to the server but need to pull a report form it on a daily basis. You log on here with the user id of public and no password. In the past, I've screen scraped sites for the info I needed. The report server here makes this very complicated from what I've seen in Fiddler.
Does Crystal (or the report server):
1. Expose a simple web service?
2. Is the a client library I can lean on?
Any help would be appreicated. My ultimate goal is to pull down the report using .Net and then pull out the contents of the report for a database.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不尝试 BusinessObjects SDK?如果您可以以访客身份进行身份验证,您应该能够连接到存储库。从那里,很容易获得 RPT 文件。
Why not try the BusinessObjects SDK? You should be able to connect to the repository if you can authenticate as a guest. From there, it's pretty easy to get the RPT files.