Using MS ReportViewer in WPF

Posted by Mitch on Stack Overflow See other posts from Stack Overflow or by Mitch
Published on 2009-05-07T23:59:01Z Indexed on 2010/05/24 16:01 UTC
Read the original article Hit count: 718

Filed under:
|

I'm about to start using the MS ReportViewer in a WPF application by placing the ReportViewer in a WindowsFormsHost.

Is this the correct approach? What is the best way of designing the reports as you cannot use the ReportViewer at design time in a WindowsFormsHost.

Is it best to create an RDL report in SQL Server and then convert it to an RDLC or maybe to create a new Winforms app to create an RDLC file in a WinForms framework and then copy it to the WPF app.

I will need to filter the reports via dropdowns so there's that aspect to consider too. If anyone out there is already using ReportViewer in WPF I would appreciate some feedback on the best approach.....Many thanks.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about reportviewer