首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >是否需要将Report Viewer Redistributable从2012更新到2015?

是否需要将Report Viewer Redistributable从2012更新到2015?
EN

Stack Overflow用户
提问于 2015-10-21 17:16:05
回答 1查看 1.4K关注 0票数 1

显然,使用Visual Studio 2015创建的报告(RDLC文件):

代码语言:javascript
复制
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">

使用与使用Visual Studio 2012创建的架构相同的架构:

代码语言:javascript
复制
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">

它们似乎是“兼容的”,也就是说,我可以在Visual Studio 2015中打开用Visual Studio 2012创建的RDLC文件-没有必要将其转换为新的格式(就像以前的Visual Studio版本那样)。

这是否意味着我可以使用(旧的) Report Viewer 2012 Redistributable (已安装在我客户的PC上)来呈现使用Visual Studio 2015创建的报表,还是需要将我的客户升级到Report Viewer 2015 Redistributable?

EN

回答 1

Stack Overflow用户

发布于 2015-10-23 19:42:11

RDLC是Report Definition Language for Clients的缩写,自2010 RDL以来一直没有发布新的RDL Schema版本,这解释了为什么它在Visual Studio2015中是“兼容的”。

即使您计划使用不同的架构,您也应该能够使用Report Viewer 2012呈现这些报表。

来源:MSDN - Plan for Report Design and Report Deployment (Reporting Services)

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/33255341

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档