Hello
I would like to ask if there is a way to render the reports inside a reportbook in parallel threads to improve the performance and at the end combine it to one single file (PDF).
Currently users can choose to "bind" more reports together and say they want 100 reports and each has to be printed in 8 copies that is already 800 separate reports to render and each of them takes about 0.5 seconds (excl. the time to fetch data from db) and we would like to improve on that.
Thanks in advance!
I would like to ask if there is a way to render the reports inside a reportbook in parallel threads to improve the performance and at the end combine it to one single file (PDF).
Currently users can choose to "bind" more reports together and say they want 100 reports and each has to be printed in 8 copies that is already 800 separate reports to render and each of them takes about 0.5 seconds (excl. the time to fetch data from db) and we would like to improve on that.
Thanks in advance!