I am trying to prototype the use of Sql Reporting Services (rdlc) files in my MVC3 app in Visual Studio 2010, and I am able to create my data access layer, add my report and bind it to my business objects just fine in MVC2 and asp.net forms projects.
When I try to duplicate this in an MVC3 app, I can't bind my report to the business objects, it doesn't even give me any option. Instead it wants to create a data source to the database. What is the issue here, any tips?