Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using crystal report in ASP.Net 2008 and facing a problem to access the image path from resource file (.resx) in crystal report. I have checked every thing but only one method is there, we can set image path from database as BLOB object. Please tell me how can i set the picture insted of BLOB directly from resource file.

Thanks in advance.
Posted
Updated 15-Apr-14 21:06pm
v2

1 solution

If it's a single image(static), why not embed images inside crystal reports? It's easy & better option. Or you could store image in a folder & dynamically load into reports.

FYI
Code: Retrieving an Image that is an Embedded Resource (Visual C#)[^]

Check my previous answers for similar questions in CP

Dynamically setting picture path in crystal report [^]
Printing photo on crystal report[^]
Images in Crystal Report[^]
How to load a photo in crystal report[^]
 
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