Async support

Stimulsoft Reports.NET discussion
Post Reply
Joost
Posts: 2
Joined: Wed Dec 11, 2013 8:10 am

Async support

Post by Joost »

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
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

Re: Async support

Post by Lech Kulikowski »

Joost
Posts: 2
Joined: Wed Dec 11, 2013 8:10 am

Re: Async support

Post by Joost »

I understand it is possible to wrap the render functions in a thread, but this seems a bit overkill as the current implementation of the StiReport internally already uses a background worker. Therefore my request for async support within stimulsoft (see https://docs.microsoft.com/en-us/dotnet/csharp/async).
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

Re: Async support

Post by Lech Kulikowski »

Hello,

Unfortunately, at the current moment, we do not have plans to implement it.

Thank you.
Post Reply