I am trying to manually update a Report Server 2005 project in a Visual Studio 2010 reporting application.
In the 2005 report server, I had a common data source, and for each report I wrote an SQL query to retrieve data from a common data source (the queries are not trivial, some of them use temporary tables filled at runtime).
Now at visual studio 2010 I can’t find a way to create a shared data source or even write SQL to extract the data. Does anyone know how to use SQL queries in vs2010 report application?
source
share