• Welcome to KonaKart Community Forum. Please login or sign up.
 

How to implement pagination in reports.

Started by ramesh, September 10, 2009, 07:56:07 am

Previous topic - Next topic

ramesh



Hi Friends,
 
Any body would tell me How to implement pagination  in reports?

greg


Sony George

Konakart is using the servlet named "run" provided by BIRT to show the birt report inside the konakart admin app

ie : birtviewer/run?__report=reports/stores/store1/ProductList.rptdesign&storeId=store1&r=2093290880

instead of this if you use another servlet which is provided by BIRT, u will be able to see the paging  which is done by BIRT itself

that servlet name is frameset

if you use the following url to view your report, you can see paging that is already created by BIRT

http://localhost:8087/birtviewer/frameset?__report=reports/stores/store1/ProductList.rptdesign&storeId=store1&r=2093290880

regards