Hello, I need to print invoice (bill) and on the top of bill
is some data (time, date, name bill number etc.) below is content of
datagridview, and below is again some data. I don't know should I print this as
CrystalReport or as bitmap.
If I print
as bitmap then I have problem because datagridview can have one row but
sometimes can have more then one lines.
Any halp-suggestion how to print bill
in C#.NET.
Thanks & Regards