How can I make a pdf from a crystal report in C# code (I don't want to see them)?
A:
Get a printer driver that prints to a PDF generator instead of a printer. There are commercial, shareware, and freeware PDF generators available. Google it.
Bill
2009-02-25 14:04:25
+2
A:
You can use the exporttoXXX methods on the report:
Exporting to a disk file:
http://bytes.com/groups/net-c/548166-export-crystal-report-pdf
Exporting to a stream http://www.c-sharpcorner.com/UploadFile/chriswong1/ExportCrystalReportInASPNET11092005010905AM/ExportCrystalReportInASPNET.aspx
and
Rich
2009-02-25 14:10:02