I am trying to use Telerik Reporting in a WPF application based on the Prism MVVM platform. After much trial an error, I was able to get the report viewer to display the report but could not get the report a second time without closing the window and reopening it.
In Prism, there can only be one Window control, so I had to change the report viewer to a UserControl.
Has anyone been able to get this to work reliably in Prism?