I am using Crystal Reports .Net file.
I am using PrintToPrinter method to try to print to the printer.
Ex:
rpt.PrintToPrinter(1,false,0,0)
Nothing happens when the code gets executed.
Does anybody know what this could be?