StiWebViewerFx show a blank page on more than 1000 rows

Stimulsoft Ultimate discussion
Post Reply
cooker2002
Posts: 2
Joined: Thu Dec 06, 2012 2:10 am

StiWebViewerFx show a blank page on more than 1000 rows

Post 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
Attachments
ReportBlankPage.zip
(657.82 KiB) Downloaded 183 times
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

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

Post 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.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

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

Post 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.
cooker2002
Posts: 2
Joined: Thu Dec 06, 2012 2:10 am

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

Post 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.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

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

Post 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.
Post Reply