Report Viewer in WPF

泄露秘密 提交于 2019-12-11 01:23:33

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!