标签:
为了大家能够很直观地按步骤来学习,我尽量把操作过程用gif格式录下来。
step1:新建一个MVC解决方案
step2 在此目录下C:\Program Files (x86)\Telerik\Reporting Q2 2015\Html5 拖动文件夹ReportViewer到解决方案下:
step3:添加命名空间:Telerik.Reporting 和Telerik.ReportViewer.Mvc
记得在Views下的Web.config里也添加命名空间的引用
<add namespace="Telerik.Reporting" />
<add namespace="Telerik.ReportViewer.Mvc" />
其它要添加的引用
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
还是截个图吧,在扩展里
怎样创建一个MVC Telerik Reporting项目(一)
标签:
原文地址:http://www.cnblogs.com/cwqcwq/p/4650579.html