Convert WPF (XAML) Control to XPS Document

Actually after messing around with heaps of different samples, all of which are incredibly convoluted and require the use of Document Writers, Containers, Print Queues and Print Tickets, I found Eric Sinks article about Printing in WPF The simplified code is a mere 10 lines long public void CreateMyWPFControlReport(MyWPFControlDataSource usefulData) { //Set up the WPF … Read more