You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I rendered a report to a HTML page using a huge amount of data.
However, the web browser crashes while loading the HTML page because it is too big.
I found that the Eclipse IDE for Java and Report Developers(Eclipse Neon) can render my report to a web browser.
The generated HTML page has a navigation bar on top, and a huge HTML page was divided into several pages like the following.
I am using IRunTask and IRenderTask to generate a report now.
What else do I need to do to implement the similar HTML page the Eclipse supports?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I am using BIRT report library 4.7.0.
I rendered a report to a HTML page using a huge amount of data.
However, the web browser crashes while loading the HTML page because it is too big.
I found that the Eclipse IDE for Java and Report Developers(Eclipse Neon) can render my report to a web browser.
The generated HTML page has a navigation bar on top, and a huge HTML page was divided into several pages like the following.
I am using IRunTask and IRenderTask to generate a report now.
What else do I need to do to implement the similar HTML page the Eclipse supports?
Beta Was this translation helpful? Give feedback.
All reactions