Reputation: 7150
I'm trying to manually upgrade my Report Server 2005 project to Visual Studio 2010 Reports Application.
On Report Server 2005, I had a Shared Data Source and for each report I wrote a SQL query to fetch the data from the shared data source (the queries are not trivial, some of them use temporary tables populated at runtime).
Now on visual studio 2010 I can't find a way to create a Shared Data Source or even write SQL to fetch the data. anyone know how to use SQL queries on a vs2010 Report Application?
Upvotes: 3
Views: 2484
Reputation: 8289
You can now use Visual Studio 2010 to edit .rtproj report projects and .rdl reports.
You need VS10 SP1, then install the Data Tools for VS10, followed by the installation of SQL Server Express 2012 with Reporting Services and Data Tools.
I have gotten it to work like this.
Are SSRS Reports supported in Visual Studio 2010 or 2012?
Upvotes: 2