enterpriseserver-reportapic.../README.md

23 строки
609 B
Markdown
Исходник Постоянная ссылка Обычный вид История

# 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.