New to Telerik Report Server? Download free 30-day trial

Report Server API Client

The Report Server API client is a .NET library which comes in handy when developing .NET applications which would connect to the Report Server API. The client provides access to the available API endpoints. To gain access to the client and its methods it is required to add the following assembly references:

  • Telerik.ReportServer.HttpClient.dll
  • Telerik.ReportServer.Services.Models.dll

The client depends on the following NuGet packages which also have to be added:

The required assemblies can be found in the Report Server installation folder under \Tools. The folder also contains XML files with corresponding names which provide IntelliSense support for Visual Studio.

How to use the client to interact with the Report Server is demonstrated in Report Server API Client Examples.

The client's API reference can be found in Telerik.ReportServer.HttpClient.

In this article