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 50b3ce2bd9
Merge pull request #2 from subhasukumaran/master
UMP-9108- Added API v4.0 and v5.0
2019-04-17 14:12:18 +05:30
Src UMP-9108-Review changes 2019-04-17 12:38:23 +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.