Report generation - Query parallelism

Stimulsoft Reports.WPF discussion
Post Reply
mosoul
Posts: 14
Joined: Fri Jan 25, 2013 9:26 am
Location: France

Report generation - Query parallelism

Post by mosoul »

Hi,

We have a report with multiple SQL Query, each query take long to compute.
We saw that every query is launch sequentially.
There is a way to launch them in parallel ?

Thanks.
Morgan SOULLEZ
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Report generation - Query parallelism

Post by Lech Kulikowski »

Hello,

Unfortunately, that feature is not available.

You can retrieve all necessary data as you needed in your code and then provide it to the report as DataSet with the RegData() method.

Thank you.
Post Reply