Reputation:
How do I insert an image in a database and retrieve the image in Crystal Reports using a C# WPF Application?
Upvotes: 1
Views: 3057
Reputation: 2469
Crystal Reports now supports WPF integration.
http://scn.sap.com/docs/DOC-54328
Upvotes: 0
Reputation: 19593
You need to use the Windows Form Integration tools to use Crystal with WPF. There are no native support tools in WPF for Crystal. Once you're using the WFI namespace, the Crystal controls work the same as they would in WinForms.
Upvotes: 2