tags:

views:

28

answers:

2

Can anyone help me in implementing telerik reporting in ASP.NET MVC project?

A: 

Hello,

Yes the telerik report viewer can be used. This may help: http://www.telerik.com/community/forums/reporting/telerik-reporting/reportviewer-and-asp-net-mvc.aspx

I think you need the following:

  • use a web form, not a view (it might work with a view, cant' remember
  • with runat='server'

It may have changed since I last used it (with MVC support), but this is how I implemented it. It's been a little while though.

HTH.

Brian
A: 

Alternatively, you could use the Silverlight Report Viewer in your project. More information about it is available here: http://www.telerik.com/help/reporting/silverlight-report-viewer.html

Shoerob