Hello, I am printing the copies of my report with the following line
Docrpt.PrintToPrinter(3, false, 0, 0); );//Imprimo 3 copias
but how do I make the 1 copy have a label that says Accounting, Client, Treasury (to say the least),
I need to do this from code, programmatically place these labels without having to make several sections as shown in this thread crystal-reports-11-how-to- print-different-data-on-multiple-pages
and without using parameters.