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

Stimulsoft Reports.NET discussion
Post Reply
sls-sls
Posts: 6
Joined: Wed Feb 18, 2009 6:56 pm

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

Post 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:
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

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

Post by Edward »

Hi.

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

{MyDataSource.ImagePath}

Thank you.
sls-sls
Posts: 6
Joined: Wed Feb 18, 2009 6:56 pm

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

Post by sls-sls »

Thank you ,
It worked :byebye: Thank you
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

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

Post by Edward »

:)

Please let us know if any help is required.

Thank you.
Post Reply