在 CRM 4.0 应用程序中使用 SSRS 2008 报告
是否可以设计 2008 SSRS 报告并在 CRM 4 应用程序中使用它。 2008 年 有更好的控件和报表设计器。
Is it possible to design a 2008 SSRS report and use it in a CRM 4 application. 2008 Has much nicer controls and report designer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,它更依赖于后备数据库。如果使用 SQL Server 2008 设置 CRM,它将支持 Report Builder 2008 报告。如果是 SQL Server 2005,则需要在安装了 Business Intelligence Development Studio (BIDS) 的 Visual Studio 2005 中构建报表。 2005 年报告可以轻松升级到 2008 年报告,但 2008 年报告不向后兼容,并且无法轻松转换回 2005 年报告。
Yes, it is more dependent on the backing database. If CRM is setup with SQL Server 2008 it will support Report Builder 2008 reports. If SQL Server 2005, the reports will need to be built in Visual Studio 2005 with the Business Intelligence Development Studio (BIDS) installed. 2005 reports can be easily upgraded to 2008 reports but 2008 reports are not backwards compatible and cannot be easily converted back to 2005 reports.
您可以设置 SQL Server 2008 SSRS 实例并将其用于报告,同时继续使用 SQL 2005 作为数据库。
一切都在这里解释:CRM 和 SSRS 2008 集成
You can setup a SQL Server 2008 SSRS instance and use that for reporting while continuing to use SQL 2005 for the database.
Everything is explained here: CRM and SSRS 2008 Integration