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.
Use only reportViewerExample folder from below link,
https://github.com/ilich/MvcReportViewer
Install the missing references using online nuget packages. Configure values for your server paths,credential in web.config (Some keys are already added in web.config after installation), also appropriate changes in view Index.chtml
Its working fine with all navigation controls, without page reload.
viewing-ssrs-reports-in-an-asp-net-mvc-site
[
^
]
using-ssrs-in-asp-net-mvc-application
[
^
]
Hope it will help..
Read the question carefully.
Understand that English isn't everyone's first language so be lenient of bad
spelling and grammar.
If a question is poorly phrased then either ask for clarification, ignore it, or
edit the question
and fix the problem. Insults are not welcome.
Don't tell someone to read the manual. Chances are they have and don't get it.
Provide an answer or move on to the next question.
Let's work to help developers, not make them feel stupid.