Stimulsoft Reportswpf Info
<Window xmlns:stimulsoft="clr-namespace:Stimulsoft.Report.Controls;assembly=Stimulsoft.Report.Wpf"> <Grid> <stimulsoft:StiViewerControl Report="Binding CurrentReport" /> </Grid> </Window>
While the StiViewerControl is a View, you should never pass a StiReport directly from the ViewModel to the View via properties if you want to maintain pure MVVM. Instead, use a service. stimulsoft reportswpf