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
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
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?