SSRS 报告 - 客户端与服务器开发
目前,我们正在使用 Crystal 来满足所有报告需求,并且出于各种原因,我们正在探索替代方案。我们正在研究基于客户的报告。我将基于 C# 的报告工具(如 Telerik)与 SSRS 进行比较。我对 SSRS 报告有一些简单的经验。我有几个关于这些的问题:
如果您是,可用的特性/功能是否有任何差异 开发在服务器上运行的报告与在客户端中运行的报告 (Microsoft 报表查看器)。
我们正在使用 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:
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).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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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).