I have created one application using MVC 4.0 with Razor Engine but I cannot able to use SSRS Report with Razor Engine because :
1. I could not add reference of Report Viewer assembly on my view page
<%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>
2. There is not available report viewer such type of control on view pages using MVC 4.0 with Razor engine
Please help me for trouble out this.
Jaganathan BantheswaranPosted Feb 10, 2014, 12:07 AM
http://www.packtpub.com/article/mixing-asp.net-webforms-and-asp.net-mvc
In the above link, given some tips to do that. So you can add SSRS report tool to your web form & mix the web form with MVC Razor view.
boycotoPosted Feb 9, 2014, 8:16 PM