Skip to content

DevExpress-Examples/reporting-winforms-create-report-bound-to-json-data-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for WinForms - Report Bound to JsonDataSource

This example demonstrates how to use the JsonDataSource component to bind a report to JSON-formatted data.

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.

Files to Review

Documentation

More Examples