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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -