How to Incorporate SSRS Report using MVC 4.0 with Razor Engi

Feb 8 2014 5:33 AM
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.

Answers (2)