New to Telerik Reporting? Download free 30-day trial

Deploying Web Application Projects

This is a legacy report viewer and for new projects our recommendation is to use the latest WebForms Report Viewer - HTML5 Web Forms Report Viewer

This article describes how to deploy Web Applications that use Telerik Reporting on a production server.

During the installation of Telerik Reporting on your machine, the Telerik assemblies were added to GAC. When deploying a Web Application project the assemblies from the GAC are not copied automatically so you need to make sure the assemblies physically exist in the bin folder of your application.

Required assemblies:

  • Telerik.Reporting.dll
  • Telerik.ReportViewer.WebForms.dll

Optional assemblies:

These assemblies add up to the core reporting functionality and should be used only if you need the specific feature. They are responsible for additional support formats, database session, or retrieving data from an OLAP cube.

In this article