Improve Performance

Stimulsoft Reports.NET discussion
Post Reply
simgschw
Posts: 73
Joined: Mon Jan 07, 2013 1:34 pm

Improve Performance

Post by simgschw »

Hi,

got to create hundreds of reports from the same template. The difference between the reports is that before creation some parameters are set in the current report.

What I have done to improve performance was to load only the compiled report and change the parameter settings (saw this option at http://admin.stimulsoft.com/Documentati ... _asse3.htm).

This optimization is not enough for me. Can you tell me how further optimizations can be done?

regards.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Improve Performance

Post by Alex K. »

Hello,

Can you please describe your issue in more details, why this optimization is not enough for your?

Thank you.
simgschw
Posts: 73
Joined: Mon Jan 07, 2013 1:34 pm

Re: Improve Performance

Post by simgschw »

I read about some tuning options like setting the StiEngineVersion, the ReportCacheMode ,...

So, I wondered if there are more tuning options.
Can you please describe your issue in more details, why this optimization is not enough for your?
As a developer, increasing performance and driving it to the limit is quite important. That's why only fast is not enough often.

Back to the original question: Do you know some other tuning options? (only for C#, not for the Report Designer)

regards.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Improve Performance

Post by Alex K. »

Hello,

Much depends from your code and you project logic.
In the internet you can find many articles and advices for optimization C# code.

Thank you.
simgschw
Posts: 73
Joined: Mon Jan 07, 2013 1:34 pm

Re: Improve Performance

Post by simgschw »

What I meant by
(only for C#, not for the Report Designer)
was that I tune possible optimization parameters directly in the coding environment. The optimization parameters are from Stimulsoft Report.

Do you know now what I mean?

I yet tried StiEngineVersion and the CacheMode. Do you know any other parameters in order to improve performance?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Improve Performance

Post by Alex K. »

Hello,

Also, as a way please see the information about the Calculation mode for report.

Thank you.
Post Reply