I am working with rdlc report (ASP.Net MVC 4 with VS2012). Since view can't handle report viewer control I put the report viewer inside a user control file, .aspx file. Unfortunately when I render to view (WebForm1.aspx) it creates error: The view at 'WebForm1.aspx' must derive from ViewPage, ViewPage, ViewUserControl, or ViewUserControl.
I have searched the solution around the web but till now could find no solution. Do you have any idea?