Can I control the version of new SSDT reports in Visual Studio?

前端 未结 2 547
广开言路
广开言路 2020-12-29 06:41

I am using the Visual Studio SSDT BI add-on to create reports for SQL Server Reporting Services. The project I\'ve created is configured to target SQL Server versions 2008/2

2条回答
  •  一生所求
    2020-12-29 07:07

    This is by design.

    See https://connect.microsoft.com/SQLServer/Feedback/Details/2103422

    Posted by Riccardo [MSFT] on 12/18/2015 at 5:07 PM
    By design, TargetServerVersion affects build output files, not source files. You deploy the build output files (which you can grab from the \bin\Debug or \bin\Release folder within your project) rather than the source files.

提交回复
热议问题