If my report uses the paging feature
SELECT "dbr.pager", 12;
it displays on the browser with the orange paging bar and the first 12 rows.
If I then click on the export PDF button, I expect it to show a PDF version of ALL the rows.
Instead, it showed only the first 12 rows.
Also the PDF showed the Orange paging bar. Why would I want that on the PDF output?