Multi-threading

Stimulsoft Reports.WEB discussion
Post Reply
User avatar
John
Posts: 132
Joined: Tue Feb 01, 2011 3:56 am
Location: England

Multi-threading

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Multi-threading

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Multi-threading

Post 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.
User avatar
John
Posts: 132
Joined: Tue Feb 01, 2011 3:56 am
Location: England

Multi-threading

Post by John »

Hallo Aleksey,

thanks for the information.

Regards,

John K.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Multi-threading

Post by Andrew »

We are glad to help you!
Post Reply