I want implement pagination navigation in birt report in html object using java api. as it shows in web viewer in birt report.in html object its not showing when opening in browser.enter image description here
Asked
Active
Viewed 77 times
1 Answers
0
You mean you are using the RE API (eg. RunTask/RenderTask/RunAndRenderTask).
I doubt this is possible with reasonable effort, but maybe you should look at https://www.eclipse.org/forums/index.php/t/120397/ and https://www.eclipse.org/forums/index.php/t/119676/.
Why don't you use the viewer servlet if it gives you the functionality that you need?

hvb
- 2,484
- 1
- 10
- 13
-
Thanks to Reply. but still unable to see pagination. I am using HTMLRenderOption to get html object to view report in java api. by default in HTMLRenderOption navbar is disabled. – sunil kushwaha Sep 12 '22 at 12:45