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
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
You can use
CrystalReportViewer
of windows form with Windows form interop technology to add the viewer to your WPF applicaion.see
WindowsFormsHost
Class