How to duplicate detaildta content
Hello,
I created a report for printing labels on an A4 page (landscape). I divided the page in 2 columns and each label occupies a half page. Everything works fine.
Now, I need to print each label 3 times, keeping them collated. First I duplicated my detail band on the 2nd column, then changed the page size to 42mm in order to add a 3rd copy of the content of my detail band, but only the first two labels are printed, even when setting "AllowSplit" to true
I also tried to keep my original report and set the number of copies to 3 in the printOptions section, but it doesn't work. Setting thenumber of rows to 2 doesn't work either.
How can I achive my goal?
regards
I created a report for printing labels on an A4 page (landscape). I divided the page in 2 columns and each label occupies a half page. Everything works fine.
Now, I need to print each label 3 times, keeping them collated. First I duplicated my detail band on the 2nd column, then changed the page size to 42mm in order to add a 3rd copy of the content of my detail band, but only the first two labels are printed, even when setting "AllowSplit" to true
I also tried to keep my original report and set the number of copies to 3 in the printOptions section, but it doesn't work. Setting thenumber of rows to 2 doesn't work either.
How can I achive my goal?
regards
Comments
It works fine if the dataset contains only one record. Since it contains more than one record, datas are overwritten on the left part of the report.
I tried both printonPreviousPage=true and printOnPreviousPage=false