c# - WPF Application with Crystal Reports -
How do I insert an image into a database and retrieve the image in crystal report using the C # WPF application?
You need to use the Windows form integration tool to use crystals with WPF. There are no native support tools in WPF for crystal. Once you are using WFI namespace, then the crystal control works the same way, as they are in WinForms.
Comments
Post a Comment