Async support
Posted: Fri Nov 23, 2018 8:11 am
Is it possible we can get support for Async functions in the reporting tools? A good way to start would be the StiReport class, with methods like RenderAsync, CompileAsync, PrintAsync, ExportDocumentAsync?
The report already uses a Backgroundworker to render, so it is async in it's current implementation. Unfortunately wrapped in a synchronous method...
Best Regards,
Joost
The report already uses a Backgroundworker to render, so it is async in it's current implementation. Unfortunately wrapped in a synchronous method...
Best Regards,
Joost