开发者

RDLC adding parameter to report causes report definition to change from 2008 to 2016

Using Visual Studio 2019 Enterprise with SQL Server 2014. When adding a RDLC report the report definition changes from 2008 to 2016 and the report throws an error.

When I first create a blank rdlc with no datasource and open in with HTML editor, I see

<Report xmlns=“https://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition” xmlns:rd=“https://schemas.microsoft.com/SQLServer/reporting/reportdesigner”>

After I add a parameter with still no datasource it changes to this.

<Report xmlns=“https://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition” xmlns:rd=“https://schemas.microsoft.com/SQLServer/reporting/reportdesigner”>

before add parameter enter image description here

after add paramet开发者_高级运维er enter image description here

error enter image description here

about property enter image description here

and project properties enter image description here

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜