tags:

views:

80

answers:

2

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

A: 

You can use Crystal Reports to print the invoices in C#.

Wael Dalloul
+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