Skip to main content



      Home
Home » Archived » BIRT » Iportal
Iportal [message #645801] Mon, 20 December 2010 11:12 Go to next message
Eclipse UserFriend
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 11:24 Go to previous message
Eclipse UserFriend
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: Wed Jul 23 02:14:40 EDT 2025

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

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

Back to the top