Click here to Skip to main content
16,022,536 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am creating a project that I saved the image in Resources in C# windows application.

What I have tried:

Dear Sir/Madam,

I really need to pass the image to Crystal report that I saved in C# Resources in my project.

Please, help me.

Regards,
Posted
Updated 23-Apr-18 3:27am

Dear Thanks dear I solved my problem.
 
Share this answer
 
Have a look at the discussion in c# - Load Image from Resources/ResourceManager - Stack Overflow[^]. There's a nice example how to use a resource.

Another possibility could be to save the image from the resource to a temporary file and then pass the name and location for this file to the report. For such approach have a look at Load Image into Report at runtime[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900