Hi I have invoice data stored in SQL now I want to print those invoices, It would probably take me less than an hour to print them manually but that is not the point I want to do it programmatically using c# What is the quickest simplest way? Excel? Links to some examples? TIA Stuart
+2
A:
Use some report engine (MS ReportBuilder, Crystal Reports, or FastReport for VS) - create report template, programmicaly send to printer / export to PDF / save, etc.
Merl
2010-06-07 14:24:05