What is the best way to use a SSRS report viewer in a WPF application using MVVM
Posted
by Emad
on Stack Overflow
See other posts from Stack Overflow
or by Emad
Published on 2009-07-25T21:30:09Z
Indexed on
2010/04/28
4:43 UTC
Read the original article
Hit count: 464
I have a WPF application using MVVM. I have some user controls that show some SSRS reports in a ReportViewer control hosted within a windows forms host control.
The User Control has a simple combobox where the user selects a criteria and therefore the report satisfying this criteria will be loaded, its data fetched from the database and then the report is shown to the user.
What is the best approach to implement such scenario in WPF using MVVM? Any samples are greatly appreciated
© Stack Overflow or respective owner