/Create-a-Report-Bound-To-JsonDataSource

How to bind a DevExpress Report to the JsonDataSource component, WinForms example.

Primary LanguageC#OtherNOASSERTION

How to Create a Report Bound to JsonDataSource

This example demonstrates how to use the JsonDataSource component to bind reports to JSON-formatted data. Refer to the JSON Data Source documentation section for more instructions.

The JsonDataSource component uses the open-source Newtonsoft.Json library to provide JSON data at runtime. Install the Newtonsoft.Json package if your application does not have a reference to this library.