lakkadghat Posted October 17, 2003 Posted October 17, 2003 I am making a project in VB.NET where i want to print Bills. some of its stuff are pre designed, some fields are taken from the input form and somethings are taken from database. is there anyways i can print such bills. thankx in advance Mu$t@f@ Quote
*Experts* Nerseus Posted October 18, 2003 *Experts* Posted October 18, 2003 You have a number of options for printing. You can use a reporting engine and code such as Crystal (a report designer that reads data - from a DB for example - to populate the reports). You could use a 3rd party to do printing for you (such as a set of classes that create Adobe PDFs, or transform XML into Postscript for sending to a printer). You could also use the built in printing objects to do all the printing yourself, including print preview and more. It depends on the complexity of what you're printing, how much money you have to spend on 3rd party tools and how much time you have to spend to get your solution. -nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.