For everyone to be able to intuitively follow the steps to learn, I try to manipulate the process in a GIF format recorded.
Step1: Create a new MVC solution
Step2 under this directory C:\Program Files (x86) \telerik\reporting Q2 2015\html5 Drag folders ReportViewer to the solution:
Step3: Add namespaces: Telerik.reporting and Telerik.ReportViewer.Mvc
Remember to add a reference to the namespace in the Web. config under views
<add namespace= "telerik.reporting"/>
<add namespace= "TELERIK.REPORTVIEWER.MVC"/>
Other references to add
Newtonsoft.Json.dll
System.Web.Http.dll
System.Web.Http.WebHost.dll
System.Net.Http.dll
System.Net.Http.Formatting.dll
Telerik.Reporting.Service
Telerik.Reporting.Services.WebApi
Let's just cut a picture, in the extension.
Welcome to join Telerik Reporting QQ Group Learning Exchange: 472101663
How to create an MVC Telerik Reporting Project (i)