Print in WPF
-
Hi all, i'm trying to find out how print in WPF... My purpose is print a report(bill,price list,etc etc..) that i create but i don't know how print. if you have any idea,advice or link i will thanks you in anticipate . Have a nice day. Best Regards, Bye
-
Hi all, i'm trying to find out how print in WPF... My purpose is print a report(bill,price list,etc etc..) that i create but i don't know how print. if you have any idea,advice or link i will thanks you in anticipate . Have a nice day. Best Regards, Bye
A simple google search for "WPF print" returned 1,080,000 results. I believe there must be something out there to help you...
-
Hi all, i'm trying to find out how print in WPF... My purpose is print a report(bill,price list,etc etc..) that i create but i don't know how print. if you have any idea,advice or link i will thanks you in anticipate . Have a nice day. Best Regards, Bye
You have to create an Xps document in memory in order to print it.
-
Hi all, i'm trying to find out how print in WPF... My purpose is print a report(bill,price list,etc etc..) that i create but i don't know how print. if you have any idea,advice or link i will thanks you in anticipate . Have a nice day. Best Regards, Bye
One way that I have used: FlowDocumentReader pages. The reader has a simple print method, and the pages can be designed hierarchical and can use WPF controls.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog