Jump to content
We've recently updated our Privacy Statement, available here ×

How to configure jasper reports server to only get records to fill current page (HTML format).


rick251082

Recommended Posts

I am using jasper reprots server (html format) to display report in my webapplication and this report is bringing in 100,000 records.

We have pagination available on top to the viewReport.jsp but i report is filling first with 100,000 records and then in html only displaying first 20 records which it can fit into first page as per report layout(we are using table element). It is taking a lot of time, what can be done to improve the responsiveness in this scenario and configure jasper pagination to just get first 20 records from DB instead of all the records and at the same time when we use option to export it to PDF, Excel it should run the whole query and render report using all the 100,000 records. Any help is appreciated.

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...