Hi,
I have followed the overview in the tutorials and I have a problem trying to implement the report viewer in my project(MVC 5), I have all the pieces needed and I compared the code with the samples and I can't find the problem, I got this in my page:
I don't get any errors in the browser's console, something weird is that if I copy my report and my code to the sample project it works, and if I copy a report from the samples and it's code to my solution it does not work, so I am not sure what am I missing.
For testing purposes I have tried to set a wrong dataset, a wrong report name and when I do that it shows and error, but when everything is ok, the report is not displayed.