SSRS 报告 - 客户端与服务器开发

发布于 2024-10-06 07:40:39 字数 332 浏览 0 评论 0原文

目前,我们正在使用 Crystal 来满足所有报告需求,并且出于各种原因,我们正在探索替代方案。我们正在研究基于客户的报告。我将基于 C# 的报告工具(如 Telerik)与 SSRS 进行比较。我对 SSRS 报告有一些简单的经验。我有几个关于这些的问题:

  1. 如果您是,可用的特性/功能是否有任何差异 开发在服务器上运行的报告与在客户端中运行的报告 (Microsoft 报表查看器)。

  2. 我们正在使用 Visual Studio 2010。它是否包含最新的 Microsoft 报告查看器发布?如果没有,我从哪里可以获得最新版本?

谢谢。

We're currently using Crystal for all our reporting needs, and, for various reasons, we're exploring alternatives. We're looking at client based reporting. I'm comparing C# based reporting tools (like Telerik) to SSRS. I have some light experience with SSRS reports. I have a couple questions regarding these:

  1. Is there any difference in the features/functionality available if you are
    developing reports to be run on the server vs. reports to be run in the client
    (Microsoft Report Viewer).

  2. We're using Visual Studio 2010. Does that contain the very latest Microsoft
    Report Viewer release? If not, where would I get the latest?

Thanks.

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

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

发布评论

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

评论(1

故人的歌 2024-10-13 07:40:39

1 - 开发方面唯一的区别是可用于导出数据的选项

2 - 是的,2010 将有一个报表查看器控件。

我唯一的建议是要注意 .rdl 和 .rdlc 之间的差异(.rdl 是 SSRS,.rdlc 是在 Web 应用程序中构建和存储的,而不是 SSRS,因此渲染是由 Web 应用程序完成的)。

1 - The only difference development wise are the options you have available to you for exporting the data

2 - Yes, 2010 would have a report viewer control.

My only advice is to be mindful of the differences between .rdl and .rdlc (.rdl is SSRS, .rdlc is built and stored in the web app, not SSRS, so the rendering is done by the web app).

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