cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Reports Help Needed

Former Member
0 Kudos

Hi All,

I have a report and now I am showing the image directly with  insert image option.

But my client told I want only image path.I mean we should not hard code the image.Simply we should give image location.

Suppose if tomorrow they want to change the image then can go to the  location and change.

Please suggest how can I give only Image path to get the image instead of hard coding

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Divya,

Go to Insert > OLE Object > Paintbrush Picture > Drop the object on the report.

Then right-click the object > Format Image > Picture tab > Click the formula button beside 'Graphic Location' and use this code:

'\\servername\foldername\image.jpg'

If the image is available on a loca drive, the formula would be:

'C:\Folder\Image.jpg'

-Abhilash

Answers (1)

Answers (1)

former_member205840
Active Contributor
0 Kudos

Hi Divya,

Even you can right click on the present image and go in Format Image and implement whatever Abhilash said.

-Sastry