problem
I want to add a report (.rdlc) to my web project. I need a report to use an object data source, and not directly connect to the database.
My problem is that when I launch the Report Wizard or when adding a new Dataset to the report, the Data Source Setup Wizard only allows me to use the database. However, in the library project, the data source configuration wizard is completely different and gives me several options.
I tested with Visual Studio 2013 and 2015 (Community Editions)
Questions
Why is there a different behavior when adding a report (.rdlc) to the library project and web project? And how can I select and / or add a Data Source object to my web project?
Playback Actions:
- Create a new Asp.NET Web Application. I used an empty template.
- Add New Item: Report Wizard
Then the following windows will open: 
- Add a new project like Class Library to the same solution.
- Add new item: Report Wizard (to the library project)
Now I get this screen (This is the screen I want in a web project): 
Another difference that I noticed is the Project menu:
In the library project, I have "Add a new data source ..."

But this is not in the web project ...

Chris source share