SSRS 2008 的 ReportViewer 版本
我需要使用 Visual Studio 2008 在 asp.net 3.5 应用程序中显示 SSRS 2008 报告。您能否告诉我是否需要使用 ReportViewer 9.0 或 ReportViewer 10.0 来显示 SSRS 2008 报告。
如果仅需要使用 ReportViewer 10.0 来显示 SSRS 2008 报告,请告诉我是否 ReportViewer 10.0 可以在 Visual Studio 2008 中使用,因为开发是在 Visual Studio 2008 中完成的。
I need to display SSRS 2008 reports in asp.net 3.5 application using Visual Studio 2008. Could you please let me know if ReportViewer 9.0 or ReportViewer 10.0 needs to be used to show SSRS 2008 reports.
If only ReportViewer 10.0 need to be used to show SSRS 2008 reports, please let me know if
ReportViewer 10.0 can be used in Visual Studio 2008, as the development is being done in Visual Studio 2008.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,ReportViewer 9.0 只能处理 SQL Server 2005 上的报表; ReportViewer 10.0 仅适用于 SQL Server 2008 上的报表。(请参阅 此处 获取 MSDN 的链接)
因为您正在使用 Visual Studio 2008 并且想要要使用 SSRS 2008 报告,您应该安装 ReportViewer 10.0 Redistributable。它将在运行时工作,但不提供设计时支持。 (请参阅此处 寻求权威答案。)HTH。
From what I know, ReportViewer 9.0 only works with reports on SQL Server 2005; ReportViewer 10.0 only works with reports on SQL Server 2008. (See here for links to MSDN)
Since you are using Visual Studio 2008 and want to work with SSRS 2008 reports, you should install ReportViewer 10.0 Redistributable. It will work at run-time but offers no design-time support. (See here for an authoritative answer.) HTH.