Page 1 of 1

StiWebViewerFx show a blank page on more than 1000 rows

Posted: Thu Dec 06, 2012 2:27 am
by cooker2002
StiWebViewerFx shown a blank page if a dataset taken large data, for example, more than 1000 rows,

I tried everything i found in your forum, but can't solve this problem.


those properties i tried:
CachePath, LimitForStartUsingCache, ReportCachePath, CanUseCacheMode, CacheMode, etc
sometimes it shown partial pages, eg, first page and last few pages but other pages leaves in blank.

all test files was in : ReportBlankPage\TestFiles\
.xml files were dataset exported files.

the other articles have read:
http://forum.stimulsoft.com/viewtopic.php?&t=5278

Re: StiWebViewerFx show a blank page on more than 1000 rows

Posted: Thu Dec 06, 2012 10:49 am
by HighAley
Hello.

After analysing your project we can write that the problem is because the flash player couldn't get such amount of data and crashes.
Please, try to split your report to the several ones.

Thank you.

Re: StiWebViewerFx show a blank page on more than 1000 rows

Posted: Thu Dec 06, 2012 12:22 pm
by HighAley
Hello.

If this problem will occur with smaller reports, try to set the ClientRequestTimeout property:
StiWebViewerFxOptions.Connection.ClientRequestTimeout = 100; // in seconds

Thank you.

Re: StiWebViewerFx show a blank page on more than 1000 rows

Posted: Fri Dec 07, 2012 1:58 am
by cooker2002
thanks Aleksey.
would you make some changes about this in the next release plan?
maybe it can be done by download data from server for serveral times when it is need, instead get all data at one time.
or any other better solutions, but not the way to splits the reports by end user.

Re: StiWebViewerFx show a blank page on more than 1000 rows

Posted: Fri Dec 07, 2012 7:31 am
by HighAley
Hello.
cooker2002 wrote:would you make some changes about this in the next release plan?
maybe it can be done by download data from server for serveral times when it is need, instead get all data at one time.
or any other better solutions, but not the way to splits the reports by end user.
The whole report is loaded to the Viewer because it there will be just a part of the report then this part will be printed and exported only.
So there is no way except splitting the report if the Flash player crashes with such amount of data.

Thank you.