Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Iportal
Iportal [message #645801] Mon, 20 December 2010 16:12 Go to next message
Sergey  is currently offline Sergey Friend
Messages: 33
Registered: December 2010
Member
Hello. I have question about Iportal . So, when I start report that contains many rows, Iportal show me 100 first page. And other page they load, and show they count in red color. But sometimes they show all page at once. How I can turn on this function?
Re: Iportal [message #645811 is a reply to message #645801] Mon, 20 December 2010 16:24 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

This should be enabled by default. It is called progressive viewing.
You can configure it in the web.xml:

<!--

Viewer navigation bar setting.
This is the time the navigation bar refreshes it self
in seconds when running a progressive report
-->
<param-name>PROGRESSIVE_REFRESH</param-name>
<param-value>1800</param-value>
</context-param>
<context-param>
<!--
Enable to completly turn off progressive viewing.
-->
<param-name>PROGRESSIVE_VIEWING_ENABLED</param-name>
<param-value>true</param-value>
</context-param>
<context-param>

Jason

On 12/20/2010 11:12 AM, Sergey wrote:
> Hello. I have question about Iportal . So, when I start report that
> contains many rows, Iportal show me 100 first page. And other page they
> load, and show they count in red color. But sometimes they show all page
> at once. How I can turn on this function?
Previous Topic:Insufficient data for an image
Next Topic:Hide empty row in crosstab
Goto Forum:
  


Current Time: Thu Apr 25 09:15:54 GMT 2024

Powered by FUDForum. Page generated in 0.03035 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top