Can I create SSRS Reports in VS 2015 using SQL Server 2008 R2?

≡放荡痞女 提交于 2019-12-05 04:08:22

Yes, you can create reports for SSRS 2008 R2 with VS 2015. You will need to download, and install, the SQL Server Data Tools (SSDT) at the following link.

https://msdn.microsoft.com/en-us/library/mt204009.aspx

To build reports, create a new project using the Report Server Project template found under Templates/Business Intelligence in the New Project dialog. (After you install SSDT)

This is the replacement for BIDS, so much of what you see should look familiar. Not sure about the Crystal Reports datasets, but you should be able to reuse any SQL or stored procedures that may be a part of these.

Should you upgrade? At some point, sure, but it isn't required. SQL Server 2016 is about to be here, and you are working with a product that is over 4 years old, and more than likely going to be out of support soon, if it isn’t already.

There is a setting in Visual Studio (See above answers for more details.)

There is a setting in

Project --> Properties --> TargetServerVersion

Note that here, server means database server or db-server, as opposed to web server or report-server.

But note well: For me, it is only the version in the folder:

..Projects\myProject1\myProject1\bin\Debug 

that will actually deploy and work.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!