Printing Invoice
-
I am creating an application for invoice printing and also data collection. I created a form for the user to input all the data. It basically save all the information that the user had input, and then print the invoice of it. I only know that there are two ways of doing this. Creating the print out by coding, or with crystal report. I just confused on choosing which one to use, since I am a newbie in C#. Does anyone have any opinion or idea? Thank you very much in advance.
-
I am creating an application for invoice printing and also data collection. I created a form for the user to input all the data. It basically save all the information that the user had input, and then print the invoice of it. I only know that there are two ways of doing this. Creating the print out by coding, or with crystal report. I just confused on choosing which one to use, since I am a newbie in C#. Does anyone have any opinion or idea? Thank you very much in advance.
check out the link below, hope it's useful http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/html/printwinforms.asp regards:cool: