Sample C# client application to show how to consume the Syncfusion Report Server API. https://help.syncfusion.com/report-platform/report-server/api/rest-api-reference
Перейти к файлу
venkatesan-r-1509 1eeec5e8fb Publish Report Server API Client samples to GitHub 2018-05-22 09:30:23 +05:30
Src UMP-6642-Publish Report Server API Client samples to GitHub 2018-05-21 14:30:58 +05:30
License.md UMP-6642-Publish Report Server API Client samples to GitHub 2018-05-21 14:30:58 +05:30
README.md Publish Report Server API Client samples to GitHub 2018-05-22 09:30:23 +05:30

README.md

Syncfusion Report Server

How do I get set up?

  • Clone the branch
  • We have two projects in this application
    • API.Helper
    • API.Sample

API.Helper

  • This project holds the methods which calls our Syncfusion API endpoints directly and return the corresponding result.
  • This project can be referred in your application and call the helper methods from your application.

API.Sample

  • This project holds the sample source code which requires to call each of the Syncfusion APIs programmatically.
  • You can refer this and use the required sample codes in your application.