With the Report Server, can the report data come from a RESTFul source? |
No, the report data comes from online database through Reporting WebAPI Restful service. We are using the WebAPI restful service to process and retrieve report data. | |
If not is there support for MySql connections? |
Currently, we do not have option to load the Report using MySql datasource in Syncfusion ReportServer. We will consider to include MySql datasource connection option in our upcoming ReportServer build.
But in separate application, we can connect the MySql datasource using Syncfusion.Reporting.DataExtension (external datasource) class library file. So we request you to refer the Syncfusion.Reporting.DataExtension class library file in your application to achieve external datasource support and it can be downloaded from the below location.
To refer the Syncfusion.Reporting.DataExtension class library file in your project, you need to configure the SyncfusionDataExtension in your Web.config file as shown in the below code example.
We have prepared the sample based on this and it can be downloaded from the below location,
|