How does our report implement database paging

Stimulsoft Reports.JAVA discussion
Post Reply
Jia Sheng
Posts: 49
Joined: Thu Jul 04, 2013 7:59 am

How does our report implement database paging

Post by Jia Sheng »

Hello,

Now We use Stimulsoft Reports.Java 2016.1, we are designing a report that needs to display a large amount of data. When we open the report on the jsp page ,the report will be stuck (cpu soared). the error like:
error
error
20170808163403190001.png (98.2 KiB) Viewed 3394 times
How does our report implement database paging?

thanks
Vadim
Posts: 362
Joined: Tue Apr 23, 2013 11:23 am

Re: How does our report implement database paging

Post by Vadim »

Hello.
The stack trace display Font error, not DB.
We do not support pagination.
Jia Sheng
Posts: 49
Joined: Thu Jul 04, 2013 7:59 am

Re: How does our report implement database paging

Post by Jia Sheng »

Hello,

1. Can you help us to locate where is wrong? Which control is wrong?
2. Do you mean that our reports do not support a large amounts of data? how much record fetch in stimulsoft report?
3. Can the rendermode property of the dnet stiweviewer control be used to cache data and can it be used to configure large data to show?
Is the rendermode property present in the java report?

thanks
Vadim
Posts: 362
Joined: Tue Apr 23, 2013 11:23 am

Re: How does our report implement database paging

Post by Vadim »

Hello.
1. We need full stack trace, maybe you need to enhance memory for Java.
2. Our reports support a large amount of data (until memory allows), our reports not support pagination requests
3. rendermode is obsolete in all viewers. And there is no such functional like RenderOnlyCurrentPage
Post Reply