Printing multiple page in C#
Hey guys, I have a problem that I have some trouble solving. I wonder if there is anyone out there that can help me on this.
Here's the thing: I have a Windows Form that print 3 pages at a time. The info on each page is drawn from a database using a dataset and adapters. The 3 pages that I print looks exactly the same, exept that the persons name change on each of the pages.
Think of it as a merge that you would do in MS Word. Almost the same thing.
My Problem: When I want to print the 3 pages, I click on the button and the program draws the data on the page that I want, but it uses 3 PRINT DOCUMENT METHODS.
How can I print 3 pages, using only one Print Document?
Please let me know if you have any ideas.
Thanks