ASP.Net Crystal report printing problem?

Sohail

New member
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 just column names but no data is present in output, but during and after clicking on print button, but not at output. i use ajax on crystal report on my click print button click, any one have idea for printing or exporting of crystal report using asp.net?
 
Back
Top