Posted 3 July 2024, 11:22 am EST - Updated 3 July 2024, 11:27 am EST
Hi everyone,
I’m having an issue with ActiveReports 17. When I try to export a PageReport that uses a JSON DataSource, with several datasets tied to that DataSource and multiple pages, the RAM usage increases significantly until all memory is consumed and the OS eventually shuts down my application.
I’ve been analyzing the objects in RAM and it seems like there’s a problem with the StringBuilder used in the JsonConnectionString.FromString method.
Any help would be greatly appreciated.
Thanks!