[]
This article explains connecting a Section report to a JSON data source.
In the designer, select the Data Source icon on the Detail section of the report or click the gray area around the design surface and select the Edit Data Source link in the Properties pane.
In the Report Data Source dialog that appears, select the JSON tab to connect to a JSON data source.
The External file or URL option is selected by default. Click the Build button next to the Connection String section to open the Configure JSON Data Source dialog box.
To specify the Data Path of the file, click the Open button and navigate to the desired folder on your system. For example, you can connect to the 'Customers.json' sample data source which can be downloaded from GitHub.
For more information, see the Configuration Settings for JSON Data Source.
Click OK to save the changes and close the Configure JSON Data Source dialog box.
The Connection String section displays the generated connection string as shown below.
jsondoc=C:\Customers.json
In the JSON Path field, enter a valid JSON Path expression or click the Build button to generate the path using the JSON query designer.
$.Customers
For more information on JSON Path expressions, please visit this article.
Click the OK button to save the changes.
The JSON Data Provider provides the following configuration settings under the Connection section in the Report Data Source dialog.
The JSON Data Provider provides the following configuration settings in the Configure JSON Data Source dialog box.