enterpriseserver-reportapic.../README.md

609 B

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.