Report Viewer in WPF
I have a WPF project and I need to preview a crystal report.开发者_如何学Python Is it possible to do this? I can't find a report viewer control in WPF project.
thanks
You can use CrystalReportViewer
of windows form with Windows form interop technology to add the viewer to your WPF applicaion.
see WindowsFormsHost
Class
精彩评论