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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.