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 ..........
How to view images in the report in case of ..........
Hi.
There is an ImageURL property in the Image component. Please assign it in the Designer as follows:
{MyDataSource.ImagePath}
Thank you.
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 ..........
Thank you ,
It worked :byebye: Thank you
It worked :byebye: Thank you
How to view images in the report in case of ..........

Please let us know if any help is required.
Thank you.