ASP.NET Web API Implementation Overview
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:
Afterwards follow this article in order to add the service entrance point: How to implement the ReportsController in an application
The service can be used from:
- HTML5 Report Viewer
- Windows Forms ReportViewer
- WPF ReportViewer
- Blazor ReportViewer
- Angular Report Viewer
- React Report Viewer
- Any custom client can utilize resources from the service by submitting HTTP requests - REST API Reference.