Hello Fellows,
I have a certain report and I get this int var value the number of copies that i'm suppose to do in one print at the time.
I would like to do carbon copies in just ONE print labeling them as "Original" , "Fist copy", and so on. the Original might get more that one page off course !!
Can any of you give me any sort on inspiration to do the job...please.
I'm not sure I'm totally understanding the goal, but if I am, one thing you could do would be to use java to run your report with separate run and render tasks. Then, you'd just run the render task the number of times that your int variable says to and change a label within your report for each render. Hope this helps.