Page 1 of 1

Multi-threading

Posted: Mon Oct 31, 2011 10:18 am
by John
Hallo Support,

do you have any code example of how I could make use of multi-threading for rendering / exporting reports? I'm using the latest .net version of Stimulsoft and programming in c#. Any tips or examples would be most welcome.

Best regards,

John Kitching

Multi-threading

Posted: Tue Nov 01, 2011 2:05 am
by HighAley
Hello, John.
jkitching wrote:do you have any code example of how I could make use of multi-threading for rendering / exporting reports? I'm using the latest .net version of Stimulsoft and programming in c#. Any tips or examples would be most welcome.
We haven't any examples of multi-threading.
If you render and export one report then it will be in the one thread. But if you have several reports for rendering/export, then you can use multi-threading.

Thank you.

Multi-threading

Posted: Tue Nov 01, 2011 2:06 am
by HighAley
Aleksey wrote:Hello, John.
jkitching wrote:do you have any code example of how I could make use of multi-threading for rendering / exporting reports? I'm using the latest .net version of Stimulsoft and programming in c#. Any tips or examples would be most welcome.
We haven't any examples of multi-threading.
If you render and export one report then it will be in the one thread. But if you have several reports for rendering/export, then you can use multi-threading.

Thank you.

Multi-threading

Posted: Tue Nov 01, 2011 3:50 am
by John
Hallo Aleksey,

thanks for the information.

Regards,

John K.

Multi-threading

Posted: Tue Nov 01, 2011 7:37 am
by Andrew
We are glad to help you!