views:

1256

answers:

1

How do I insert an image in a database and retrieve the image in Crystal Reports using a C# WPF Application?

+2  A: 

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.

Jarrett Meyer
Do you know of any third party solutions to incorporate crystal reports instead of using window forms integration?
Carlo