New to Telerik Report Server? Start a free 30-day trial
Report Server API Client
Updated on Feb 11, 2026
The Report Server API client is a .NET library that 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.dllTelerik.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.