使用 .Net 从公共 Crystal Report 服务器提取报表

发布于 2024-09-06 03:28:11 字数 372 浏览 3 评论 0原文

从面向公众的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一城柳絮吹成雪 2024-09-13 03:28:11

为什么不尝试 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文