Page 2 of 2
Re: loading report take too long time
Posted: Mon Aug 04, 2014 9:38 am
by a.ebbini
Hello,
The problem manly not in rendering but it is Regdata method it take very long time.
And you can see the sample project above.
Thank you.
Re: loading report take too long time
Posted: Mon Aug 04, 2014 12:49 pm
by HighAley
Hello.
Sorry, but we couldn't reproduce the issue with RegData() method using the project above.
Could you send us any new sample or describe how to reproduce the issue with the attached one?
Thank you.
Re: loading report take too long time
Posted: Sun Aug 31, 2014 8:29 am
by a.ebbini
You said you cann't reproduce regdata speed problem over this project what is the sample project kind you need to reproduce the problem?
Re: loading report take too long time
Posted: Mon Sep 01, 2014 7:33 am
by HighAley
Hello.
The RegData method in your previous sample project takes 2.5 seconds.
Is it the result that you have? Or maybe you register different data?
To answer your question we need to reproduce your issue and we don't see any issue in your previous project.
Thank you.
Re: loading report take too long time
Posted: Sun Sep 21, 2014 7:37 am
by a.ebbini
After i study my report the delay caused by applying text format that bind from another field that coming in the data that i registered in report.
Thank you
Re: loading report take too long time
Posted: Mon Sep 22, 2014 5:59 am
by Alex K.
Hello,
Ok.
Let us know if you need any additional help.
Thank you.
Re: loading report take too long time
Posted: Sun Sep 28, 2014 11:07 am
by a.ebbini
Yes,I don't how stimulsoft bind data on cross tab cells.i want to suggest if you can make binding text format from another field that exist in the same row that have text value.
As you know and this happened with me when i apply this concept the report goes slow.
finally i want to inform you why i need this option i have reports in multiple currency formats , Now i have two option to made work around on this delay limitation problem,one to apply single currency format in all records,and second one is to view report in single currency format
Many thanks for yours Technical support team collaboration

Re: loading report take too long time
Posted: Tue Sep 30, 2014 11:40 am
by HighAley
Hello.
As a way you could store necessary format in the Tag property of the Cross-Tab cell and set the Format at the Process Cell event.
Please, look at the attached report template.
Thank you.