Page 1 of 1
Improve Performance
Posted: Tue Feb 12, 2013 3:07 pm
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.
Re: Improve Performance
Posted: Wed Feb 13, 2013 6:42 am
by Alex K.
Hello,
Can you please describe your issue in more details, why this optimization is not enough for your?
Thank you.
Re: Improve Performance
Posted: Wed Feb 13, 2013 6:58 am
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.
Re: Improve Performance
Posted: Wed Feb 13, 2013 8:31 am
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.
Re: Improve Performance
Posted: Wed Feb 13, 2013 8:58 am
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?
Re: Improve Performance
Posted: Wed Feb 13, 2013 1:27 pm
by Alex K.
Hello,
Also, as a way please see the information about the Calculation mode for report.
Thank you.