Is there a way to print only specific pages in jasper. I need it for pagination purpose.
ex: if I have 20 pages, i should be able to get jasper to generate one page report at a time. Can i pass the page number as a param?
|
Is there a way to print only specific pages in jasper. I need it for pagination purpose. ex: if I have 20 pages, i should be able to get jasper to generate one page report at a time. Can i pass the page number as a param? |
|||||||
|
|
Answering my own question, Yes it is possible.. atleast in case of HTML and csv reports. The code that does this is below.
Once this is set, just do a
In the above case, page number 4, i.e, index 3 is exported to the HTML file. |
|||
|
|