从哪里可以安装报表应用程序服务器?

发布于 2024-12-07 06:27:41 字数 95 浏览 0 评论 0原文

我需要在我的计算机中安装 RAS,以便使用 .NET 中的 RAS SDK 创建动态报告。我不知道如何安装它。在哪个版本的 Crystal Report Server 中可用?

I need RAS installed in my machine in order to create dynamic reports with the RAS SDK in .NET. I don't know how to install it. In which version of Crystal Report Server is it available?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

梦过后 2024-12-14 06:27:41

MSDN 建议 RAS 在 Crystal 中可用报告 10 及以上。

以及RAS 上的另一个 MSDN 页面

在没有 RAS 服务器的情况下使用 RAS API

在 Crystal Reports 中,您可以访问高级报表创建和
ReportClientDocument 对象模型的修改功能
(RAS) 来自 CR .NET SDK。本场景的部署包
仅需要 .NET 程序集,这意味着您正在使用 RAS API
处理中。

但是,如果您在进程内使用 RAS API,则会损失性能
以及面向服务器的进程外系统的稳定性优势。到
获得这些好处,将 RAS API 与 RAS 服务器结合使用
在 Crystal Reports Server 或 BusinessObjects Enterprise 环境中。

有关其他信息和示例代码,请参阅
ReportClientDocument 属性
API 中的 CrystalDecisions.CrystalReports.Engine.ReportDocument 类
参考。

MSDN suggests RAS is available in Crystal Reports 10 and up.

And from another MSDN page on RAS:

Using the RAS API without a RAS server

In Crystal Reports, you can access the advanced report creation and
modification functionality of the ReportClientDocument Object Model
(RAS) from the CR .NET SDK. The deployment package in this scenario
requires only the .NET assemblies, meaning you are using the RAS API
in-process.

However, if you use the RAS API in-process, you lose the performance
and stability benefits of a server-oriented, out-process system. To
gain these benefits, use the RAS API in conjunction with a RAS Server
in a Crystal Reports Server or BusinessObjects Enterprise environment.

For additional information and sample code, see the
ReportClientDocument property of the
CrystalDecisions.CrystalReports.Engine.ReportDocument class in the API
reference.

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