Reputation: 51
I have a crystal report in which an image 'CompanyLogo' have to be displayed on top of the report. The image I want to use is returned by a function call as a System.Drawing.Image.
Image img = SomeClass.CompanyLogo()
//Function call returns the image needed.
Is there any way to display this image 'img' in crystal report without using any image path? If there how can I implement the same .? // C# code needed
Upvotes: 1
Views: 255