How to connect to an XML data source in Syncfusion JavaScript ReportDesigner
Syncfusion Web ReportDesigner allows you to create and visualize the data of an XML data source. An XML data source is provided as a built-in data source type. Use this data source type to connect and retrieve data from an XML that is embedded in the query. The following steps help you to connect with XML data source in a report.
1. Create a report with the help of getting started documentation.
2. Choose an XML type data source by referring the following link.
3. Provide the XML data file containing path as input in connection string like as follows,
4. Click connect button to view the data in code view window type. The root node of an XML for which the data should be populated by executing the query as shown in the following image.
XML data report
Please download the XML data report here