问题
I have a WPF project and I need to preview a crystal report. Is it possible to do this? I can't find a report viewer control in WPF project.
thanks
回答1:
You can use CrystalReportViewer
of windows form with Windows form interop technology to add the viewer to your WPF applicaion.
see WindowsFormsHost Class
来源:https://stackoverflow.com/questions/6635966/report-viewer-in-wpf