|
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 Report Viewer with the ASP.NET MVC and Razor view engine. 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.
For MVC 3 you can include partial view with the web report viewer in a MVC 3 page:
Two projects are attached showing the functionality at hand covering MVC 2 and MVC 3 Razor view engine for VS2010. The usage of the viewer in MVC 4 RC is the same as with the MVC 3 project.