2

我有使用ReportViewer以下模式的旧项目;

xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition"mlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition"

现在我正在使用 VS 2017。我已经安装了Microsoft Rdlc Report Designer for Visual Studio通过扩展和更新,所以,当我打开一个在其上创建的 rdlc 时2008/01/reportdefinition工作正常,我可以毫无问题地对其进行修改。

但是,如果我打开在2010/01/reportdefinition报表设计器上创建的 rdlc,请求我将 rdlc 转换为以下新版本:xmlns="http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition"

有人可以解释为什么会这样吗?以及如何让2010/01版本表现得像2008/01而不是强迫我升级。

4

0 回答 0