Telerik Reporting REST Service ASP.NET Web API Implementation
This implementation of the Reporting REST service is based on the ASP.NET Web API framework. It is the Microsoft approach for building RESTful applications on the .NET Framework.
Utilization
You need to satisfy the following Requirements before utilizing this implementation of the service. These are the options for the service hosting:
- Adding Telerik Reporting REST Web API to Web Application
- Self Hosting Telerik Reporting REST Web API
Afterward follow this article to add the service entrance point: How to implement the ReportsController in an application
The service can be used from:
- HTML5 Report Viewer
- Angular Report Viewer
- React Report Viewer
- Blazor ReportViewer
- Native Blazor ReportViewer
- Windows Forms ReportViewer
- WPF ReportViewer
- Any custom client can utilize resources from the service by submitting HTTP requests - REST API Reference.