Page 1 of 1

How to view images in the report in case of ..........

Posted: Wed Feb 18, 2009 7:38 pm
by sls-sls
Hello every one,

My question is:

How to view images in the report in case of these images are not stored in the database but that is already stored is the path of these images?

Consider the following Database table as an example
----------------------------------------------------------------------------------------------------
| ImageID | ImageDescription | ImagePath
---------------------------------------------------------------------------------------------------
| 1 | some describtion | c:\image1.jpg
| 2 | some describtion | c:\image2.bmp
| 3 | some describtion | d:\image3.jpeg
| 4 | some describtion | \\ServerName\SharedFolder\image4.jpg


And so on........

If any one ask why I didn't store the images itself in the database ,I will tell him/her that
My database is an MS ACCESS and its size is limited to 2-Gigabyte!! :pffft:

Please help :dumb:

How to view images in the report in case of ..........

Posted: Thu Feb 19, 2009 1:55 am
by Edward
Hi.

There is an ImageURL property in the Image component. Please assign it in the Designer as follows:

{MyDataSource.ImagePath}

Thank you.

How to view images in the report in case of ..........

Posted: Thu Feb 19, 2009 3:05 am
by sls-sls
Thank you ,
It worked :byebye: Thank you

How to view images in the report in case of ..........

Posted: Thu Feb 19, 2009 3:11 am
by Edward
:)

Please let us know if any help is required.

Thank you.