Posted 6 May 2025, 9:05 am EST
Is there a example where we are supplying json string (like jsonembed) as a data source on the fly dynamically and then valdate the data set also.
Forums Home / ActiveReports / ActiveReports v7+
Posted by: jonathan.nachman on 6 May 2025, 9:05 am EST
Posted 6 May 2025, 9:05 am EST
Is there a example where we are supplying json string (like jsonembed) as a data source on the fly dynamically and then valdate the data set also.
Posted 21 May 2025, 12:53 am EST
Hi Jonathan,
Yes, you can supply JSON string as a data source at runtime, however, when passing at runtime the data does not gets validated as it can only be validated in the designer.
You can refer to https://developer.mescius.com/activereportsnet/docs/latest/online/bind-page-report-to-csv-json-xml-data.html to learn about assign JSON data to your report at runtime.
Regards,
Anand