I am using Visual studio 2008, ASP.net and Crystal report, every thing is fine, but when i am click on mu button which i add for printing purpose the code written at button click
reportDocument.PrintOptions.PrinterName = "CutePDF Writer";
reportDocument.PrintToPrinter(1,false,0,0);
in the output...