Skip to content

Commit e07b141

Browse files
author
Eugene Polevikov (DevExpress)
committed
Upd
1 parent 55f1972 commit e07b141

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-json-data.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,23 @@ This topic describes how to bind a report to JSON data.
7676
> [!Tip]
7777
> If the path parameters, query parameters, and header parameters you specified do not contain sensitive data, you can save them along with the connection parameters. Otherwise, the path parameters, query parameters, and header parameters are used once to retrieve JSON data to an object in memory. This object is accessible until you close the Report Designer.
7878
79-
5. On the next page, the wizard shows the specified JSON data's structure. You can choose all nodes or a subset of nodes.
79+
5. On the next page, the wizard shows the structure of your JSON data. You can choose whether to include all records (root) or a subset of them to the datasource’s final set of records.
80+
81+
image goes here...
82+
83+
Uncheck data fields that you do not want to include to your report.
84+
85+
image goes here...
86+
87+
Assign a title to a field’s Field Display Name column if you want to use this title as a default field name.
88+
89+
image goes here...
90+
91+
The JSON Data Source Wizard analyzes only the first 100 records to generate field types. If your JSON data contains more than 100 records, you can use all of them for type generation. For this, click the Analyze all records button.
92+
93+
image goes here...
94+
95+
OLD:
8096

8197
![JSON-SelectRootElement](../../../../images/eurd-win-JSON-SelectRootElement.png)
8298

0 commit comments

Comments
 (0)