nitingaur20992 Posted August 8, 2016 Share Posted August 8, 2016 I have created a Identity card size report in jasper and now what is want is to display 10 ID card(report) on a sigle page. this is to ensure that a A4 size should print 10 ID cards per one A4 sheet. If there is any way to do this or i have to use some trict for that. Link to comment Share on other sites More sharing options...
hozawa Posted August 8, 2016 Share Posted August 8, 2016 I'm not sure where you're finding a problem. If you already created a report layout, just execute it and print it out.Put the card layout in the details section and if you want multiple columns per sheet, just set number of columns in a page. Link to comment Share on other sites More sharing options...
nitingaur20992 Posted August 9, 2016 Author Share Posted August 9, 2016 hey thanks, i already tried this approach and it works in one go..plus i have to ignore pagination to print multiple reports in one page. Link to comment Share on other sites More sharing options...
hozawa Posted August 9, 2016 Share Posted August 9, 2016 If you do not want page breaks, just check "Ignore Pagination" in report's properties. Link to comment Share on other sites More sharing options...
AnilSaini Posted August 11, 2016 Share Posted August 11, 2016 you can achieve in 2 ways:1)In the XML, set the pageHeight attribute to "10000", or similar.2)change in jrxml <jasperReport ... isIgnorePagination="true" ...> ... </jasperReport>[/code]3) or instead of option 2 just go to ignore pagination sectionuse referencehttp://jasperreports.sourceforge.net/sample.reference/nopagebreak/ Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now