Page 1 of 2
How to improve the performance faster - Reg.
Posted: Fri Jul 12, 2013 4:29 am
by shan
Hi,
i am using the Stiwebviewer to display the result, my template renders more than 350 pages kindly note that it takes min. of 5 mins to display. But in local when i use the preview tab it renders within 10 to 15 secs.
So kindly look into the above mentioned details and then suggest me how to improve the performance.
Thanks & Regards,
Shan
Re: How to improve the performance faster - Reg.
Posted: Fri Jul 12, 2013 12:19 pm
by Alex K.
Hello,
Can you please send us your report for analysis.
Thank you.
Re: How to improve the performance faster - Reg.
Posted: Mon Jul 15, 2013 12:07 pm
by shan
Aleksey wrote:Hello,
Can you please send us your report for analysis.
Thank you.
Hi,
Also i used the StiwebviewerFX, it is working fine. But some times 1st page getting displayed & then from 2nd page to 28th page shows blank page and then from 29th page to 76th page it gets displayed. I don't know why it shows blank pages.
For the same above process if we use the stiWebViewer it is showing all the 76 pages correctly.
Can you explain why it is showing the blank pages in detail? or otherwise any suggestions to overcome this.
Thanks & Regards,
Shan
Re: How to improve the performance faster - Reg.
Posted: Wed Jul 17, 2013 11:53 am
by Alex K.
Hello,
Please try to turn off caching (report.ReportCacheMode) for report, it is not supported for WebViewerFx.
Thank you.
Re: How to improve the performance faster - Reg.
Posted: Wed Jul 17, 2013 12:12 pm
by shan
Aleksey wrote:Hello,
Please try to turn off caching (report.ReportCacheMode) for report, it is not supported for WebViewerFx.
Thank you.
Hi,
i already tried the above option, but it is not working. So kindly suggest me some other option.
Thanks & Regards,
Shan
Re: How to improve the performance faster - Reg.
Posted: Sun Jul 21, 2013 4:16 pm
by Ivan
Hello,
Can you please send us a simple test project, which reproduce the issue?
Thank you.
Re: How to improve the performance faster - Reg.
Posted: Mon Aug 05, 2013 7:52 am
by shan
Ivan wrote:Hello,
Can you please send us a simple test project, which reproduce the issue?
Thank you.
Hi,
I used the below code to view the report.
var report = new StiReport();
report.Load(path);
report.ReportCacheMode = StiReportCacheMode.Off;
report.Dictionary.Databases.Clear();
report.Dictionary.Databases.Add(new StiSqlDatabase("name", constr));
report.Dictionary.DataSources.Clear();
report.RegData("name", "name", ds);
report.Dictionary.Synchronize();
StiWebViewerFx1.Report = report;
Kindly look into above mentioned code and suggest me how to use the StiWebViewerFx.
Regards,
Shan
Re: How to improve the performance faster - Reg.
Posted: Mon Aug 05, 2013 1:43 pm
by HighAley
Hello.
We need to reproduce this issue on the WORKING sample project. Could you send it to us?
Thank you.
Re: How to improve the performance faster - Reg.
Posted: Wed Aug 07, 2013 1:11 pm
by shan
Aleksey Andreyanov wrote:Hello.
We need to reproduce this issue on the WORKING sample project. Could you send it to us?
Thank you.
Hi,
i cant reproduce the issue in sample data thats why i am not able to send, Can you guide how to check the process steps.
But i need this StiWebviewerFX because it was nice to use.
Also i will attach screen shot error which was coming recently, i dont know what kind of error it was ?
Regards,
Shan
Re: How to improve the performance faster - Reg.
Posted: Thu Aug 08, 2013 1:26 pm
by HighAley
Hello.
Please, try the latest prerelease build there you will get the full error message.
Thank you.