In winform I used the Reportviewer control to create printable reports that reported from datasets (sample image below from a winform reportviewer control). The report could be one page long or multiple pages depending on how big the queried dataset was -- as the image below shows (2 page document in my sample). I now want/need to step up/upgrade my winform reporting system to WPF to create printable reports (portrait, landscape, ...). From internet browsing -- it seems like the winform Reportviewer control (or some Reportviewer control) can be used in WPF. My question is -- which route to take to achieve the same reporting capabilities in WPF that I have in winform with the Reportview control? Do I stick with the winform Reportviewer control or do I want to create something like an Xps document in WPF?
Any suggestions appreciated. Thanks
Rich P