Author Topic: How to implement pagination in reports.  (Read 3251 times)

ramesh

  • Jr. Member
  • **
  • Posts: 24
    • View Profile
How to implement pagination in reports.
« on: September 10, 2009, 01:56:07 AM »


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

greg

  • Administrator
  • Sr. Member
  • *****
  • Posts: 142
    • View Profile
    • KonaKart Website
Re: How to implement pagination in reports.
« Reply #1 on: September 10, 2009, 02:00:18 AM »
I suggest you look in BIRT forums for the answer:   eg:  http://www.birt-exchange.org/forum

Sony George

  • Full Member
  • ***
  • Posts: 87
    • View Profile
Re: How to implement pagination in reports.
« Reply #2 on: November 22, 2009, 08:32:08 AM »
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