Problem when loading a report

Stimulsoft Reports.WPF discussion
RobertHerceg
Posts: 7
Joined: Mon May 14, 2012 10:00 am
Location: Slovakia

Problem when loading a report

Post by RobertHerceg »

Hello,

Excellent. This is much better. It still takes some time to display the ten thousand records, but it is much better now.
I will compare the modified report with the original one to find out what has to be changed. I need to modify also other reports that can be displayed on many pages.

Thank you
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Problem when loading a report

Post by Ivan »

Hello,

We are always glad to help you.
Let us know if you need any additional help.

Thank you.
RobertHerceg
Posts: 7
Joined: Mon May 14, 2012 10:00 am
Location: Slovakia

Problem when loading a report

Post by RobertHerceg »

Hello,

I have just tried the latest pre-release build 2012.2.1310.
The 'changes.doc' from 14.6.2012 mentions that there are some rendering optimizations (Upd: Some speed optimization in report rendering in WPF).

Also, you have sent me a modified TestReport which is loading in aproximately 20s.

My problem is that I tried to modify the original report so that I could get the same results.

Could you please guide me step by step what has to be changed in the report to improve the performance?
[I have to modify also other reports and I would like to write a simple utility which will do this automatically.]

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

Problem when loading a report

Post by Alex K. »

Hello,

The main recommendation is to build reports in our product:
maximum speed is ensured if there is no nesting of bands/containers.
Each nesting slows work down, and the more embedded components - the slower.

In your original report data source with the 10 thousand lines placed in the container located on the band. This slows down hundreds of times. We moved all of these bands directly on the page.

Thanky you.
RobertHerceg
Posts: 7
Joined: Mon May 14, 2012 10:00 am
Location: Slovakia

Problem when loading a report

Post by RobertHerceg »

I see now.

We have used the RDL conversion utility to convert our RDL reports to MRT format.
It is one of the requirements to be able to convert our existing reports without using the Stimulsoft Designer.
So we will have to find out a way how to improve the conversion process.

Anyway, thanks for your response.

Best Regards,
Robert




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

Problem when loading a report

Post by Alex K. »

Hello,

The feature of RDL is that it is not a data band oriented, therefore sometimes problems with conversion. The report will be converted to work, but if he has a complex structure, then tospeed up its work, in some cases, you have to finish it manually.

Thank you.
amitkaushik
Posts: 74
Joined: Fri Dec 07, 2012 11:35 am

Re: Problem when loading a report

Post by amitkaushik »

Hello,

Well can you explan how you speed up the report here, I have the same Speed Problem in my report.

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

Re: Problem when loading a report

Post by Alex K. »

Hello,

Can you please describe your issue in more details.

Thank you.
Post Reply