Back to Devexpress

Specify Data Source Settings (JSON)

xtrareports-400951-web-reporting-end-user-report-designer-for-web-wizards-data-source-wizard-fullscreen-specify-data-source-settings-json.md

latest2.2 KB
Original Source

Specify Data Source Settings (JSON)

  • Nov 07, 2025

This page appears when you select JSON on the start page.

Select an Existing Data Connection

Select the first option and choose a data connection from the list.

For information on how to register data connections in your application, refer to the following help topics:

Create a New Data Connection

Select the second option to create a new connection.

Specify the connection name and select the JSON source type. In this example, the wizard fetches JSON data from the DevExpress JSON sample data location.

  • Web Service Endpoint (URI)

  • JSON String

Select Data Fields

At this step, the wizard shows JSON schema. Check the data fields you want to include in your report.

Schema loading in Data Source Wizard is optimized – the schema is loaded on demand when nodes are expanded to display child elements. You can use the DevExpress.Analytics.Wizard.AutoQueryPreload function to load the entire schema at once.

Click Next to proceed.