bipin
bipin

Reputation:

WPF Application with Crystal Reports

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

Answers (2)

Crystal Reports now supports WPF integration.
http://scn.sap.com/docs/DOC-54328

Upvotes: 0

Jarrett Meyer
Jarrett Meyer

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

Related Questions