I am using this command to render a Crystal Report to a printer:
rpt2.PrintToPrinter(numlabels, true, 0, 0);
Though numlabels is set to 313 in my test cast, we are getting only one label to go to the printer.
numlabels is an Int32
Am I doing something wrong?
Thanks,