Pagination or get record by demand
Is it possible to use the pagination technique with FastReport in a Web server?
We have reports with 200 or 400 pages. It takes a lot of time because FR tries to read all database records to create the report. If there are concurrency of users, then the time is really a problem.
How can I get the data by demand? In other words, I would like that FR goes to get records in blocks, when they are need to show in the screen.
Thank you
We have reports with 200 or 400 pages. It takes a lot of time because FR tries to read all database records to create the report. If there are concurrency of users, then the time is really a problem.
How can I get the data by demand? In other words, I would like that FR goes to get records in blocks, when they are need to show in the screen.
Thank you