-
Simple printing
O´kay,
Can somebody help me out keeping it simple.
If got one text box within Visual .NET. This textbox has a databinding with an Access Database. I want to print this value of this text box.
I already got information how to set up the most graphic tabular reports, but the information howto to display the values of a database is missing.
I hope someone can help me out here.
Ries.
-
Read this my man...
I read this a few days ago while I was working on a print class for printing invoices. I think this is the way to do it
* Use the graphics class to place bitmaps or any other graphics for each page, then loop through your data, and check if you have reaced the end of the line. You have to keep track on the pages manually, no class will do that for you... But read the example and the msdn documentation on windows forms printing and make some examples... just make sure to have lots of paper in your printer ;)
kind regards
Henrik