|
Telerik Reporting version
|
4.0+
|
| .NET version |
2.0+
|
| Visual Studio version |
VS2008+
|
| programming language |
C#
|
| To convert code |
Telerik online
converter
|
PROJECT DESCRIPTION
This code library shows you how to use Telerik Reporting web ReportViewer in ASP.NET MVC. Since it is a standard ASP.NET server control which relies on
the classic Web Forms behavior including page lifecycle, viewstate,
postback mechanism, etc, we need to override VerifyRenderingInServerForm event handler.
i.e.
Three projects are attached showing the functionality at hand covering MVC 1 and MVC 2 for VS2008 and MVC 2 for VS2010.