New to Telerik Reporting? Download free 30-day trial

Deploying Silverlight Application

The Silverlight Report Viewer and its WCF Reporting Service are no longer supported and deployed with the installation of Telerik Reporting. The last release of Telerik Reporting with included Silverlight Report Viewer is R1 2023.

The deployment of a Silverlight application that utilizes Telerik Reporting can be divided in three steps:

  1. Deploying the Silverlight report viewer : All referenced assemblies in the Silverlight application are embedded at compile time into the XAP file, which should be deployed along with the application that hosts the Silverlight application.
  2. Deploying the Telerik Reporting WCF Service : As the Silverlight report viewer uses the Telerik Reporting WCF Service to access the Telerik Reporting Engine, you should deploy (Telerik.Reporting.Service.dll) with the application that hosts the WCF service.
  3. Deploying the Telerik Reporting Engine : The Reporting engine (Telerik.Reporting.dll) should be deployed along with the application that hosts the Telerik Reporting WCF Service.

Optional assemblies:

These assemblies add up to the Telerik Reporting Engine functionality and should be used only if you need the specific feature. They are responsible for additional support formats, database cache or retrieving data from an OLAP cube. The asseblies must be deployed along with the application that hosts the Telerik Reporting WCF Service.

See Also

In this article