New to Telerik Reporting? Download free 30-day trial

Requirements for Embedding the Telerik Reporting REST ServiceStack Service in an Application

  1. Telerik Reports must be accessible by the application hosting the Reporting REST ServiceStack service.
  2. Telerik Reporting ASP.NET ServiceStack service implementation requires the following ASP.NET and third party assemblies.

  3. (Optional) 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 or retrieving data from an OLAP cube. The asseblies must be deployed along with the application that hosts the Telerik Reporting REST ServiceStack Service.

The Telerik Reporting ServiceStack REST Service should be the only ServiceStack based Web Service in a project, as all ServiceStack services have a single AppHost per AppDomain.

In this article