Hello everyone! How I can duplicate the same report in the same page?
this is an example of my report:
and I need to do this: (I duplicate the report with mspaint haha)
I already try adding another detail band but isn't working:
Thanks!!!!
3 Answers:
Posted on January 20, 2017 at 9:34pm
thanks for your answer @bob.baldwin !
I want to duplicate because in my country to print the receipt they give you this option:
so I need to print 2 times the same report in the same page.
Posted on January 22, 2017 at 1:28pm
If you're developing your own program with JasperReports library, you can just concatenate the reports by adding JasperReport object.
Following page has a sample code.
http://stackoverflow.com/questions/24115885/combining-two-jasper-reports