Click here to Skip to main content
15,868,009 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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, again some bill number etc. 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
Posted
Updated 3-Jan-13 3:04am
v2
Comments
URVISH_SUTHAR1 3-Jan-13 9:01am    
hay Dinoni, are you doing web or win app?
Dinoni 3-Jan-13 13:23pm    
OK, first thing first. My application is windows application. I have read that is possible to make invoice via .pdf file and then print pdf file as bill.
So, I would like to make bill like in market.
Any help.
Keith Barrow 3-Jan-13 9:06am    
Off topic: I removed the formatting from your question, it was making it harder to read. More importantly, I removed your e-mail address from the question. *Never* put your e-mail onto an open forum like this. There are dedicated robots that scan web-pages for e-mail addresses, which are then sent tonnes of spam.
frostcox 3-Jan-13 9:10am    
Hey I am using a utility called PDF Sharp it is very usefull and easy to create PDF's. I have been using it to generate bills and statements that look pretty cool too.
URVISH_SUTHAR1 3-Jan-13 9:11am    
yeah, very true

1 solution

You can use crystal report and it directly print your invoice or you can export it in PDF or etc..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900