Click here to Skip to main content
15,905,616 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a POS Desktop application. I am using Visual Studio 2010 and Crystal Report 11.
How can I print receipt by pressing button. Please help me. If possible plese give me a source.
Posted

 
Share this answer
 
v2
I'd not use Crystal Reports or any other reporting tool for printing receipts IF you are targeting special printers like thermals or dot matrix/impact ones. Instead, I'd try to learn the printer target language commands (likely it is ESC/P or similar) and would send the raw commands to the printer by using this code http://support.microsoft.com/kb/322091[^]
Printing performance will be way better than using Crystal Reports or alike.
 
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