Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Friends,
I have created a folder 'Image' in my solution and put one image say, logo.png.
And I am calling it in App.Config file:
<appsettings>

<add key="image" value="D:/MyProject/Images/logo.png" />

</appsettings>

From here I am reading it in Sample.cs file.

Could any one tell me how to read this value in Crystal Report in Image Format.
Posted
Updated 13-Sep-15 23:36pm
v2

1 solution

Hi
May be the following link is useful to you.

How to dynamically load images in Crystal Reports using Visual Studio 2005[^]
 
Share this answer
 
Comments
Siksha 15-Sep-15 0:21am    
Its not the correct answer. I have put the Image in Image Folder which is in my solution. From Image folder I am reading it in my App.Config file and from here I am getting in my Sample.cs file. In Sample.cs file I have put one button which redirects me to crystal reports. Here I want to display the Image which is present in Image folder of my solution. Here, no question of database or data table or dataset or just table.

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