Hi.
I would like to know how to generate a report with a WPF Listview, and then print the tabular data. Showing a print preview etc etc.
From what i've read i need to create a XPS then print.
Is that the correct way?
And how do i do it?
Any tutorials?
Cheers.
P.s. i already started this thread in the Printing Topic, so if im breaking any rule, please delete the thread on the printing topic. I prefer to post here.
Mahesh ChandPosted May 1, 2008, 9:45 AM
Yes. You need to generate and print XPS docs. At this point, WPF does not support reports like Crystal Reports or Reports Viewer. I am hoping MS adds support to ReportsViewer in next versions.
Here is a sample on how to print an XPS doc:
http://msdn.microsoft.com/en-us/library/ms771525.aspx
Mahesh ChandPosted May 1, 2008, 9:45 AM