Telerik says that their report viewer in the web form product really works in MVC (they have an expression on their website that ASP.NET AJAX works in MVC with some special components, and I used it in the MVC application and with what I used, it all works for me).
SSRS works in MVC if you use web forms and do not use the MVC view; it is still possible. You need to configure the form as ASP.NET does, use the form with runat = "server", etc. But I really got it to work.
I do not know about Crystal.
source share