How is retrieving dynamic Retrieving image from one folder?

Stimulsoft Reports.NET discussion
Post Reply
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

How is retrieving dynamic Retrieving image from one folder?

Post by MARIMUTHU K »

Hi hi hi,

How is retrieving dynamic Retrieving image from one folder?

Please provide quick solution for

How is retrieving Image from file(use Stream) in our Report?

Ur Demo Image Report is specified Data Column and Render, But
I want dynamic Retrieving image from one folder, depend on Scheme wise.

So Please say How is call in dynamic and Which event write that code and call?

Its Urgent , Please help me.


Example:
ImageList(image1, image2,image3,........)

display
Scheme1. its call image3
Scheme 2 . its call image5


Advance Thanks,


Regards,
KMarimuthu.
:sweat:
Marimuthu K
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

How is retrieving dynamic Retrieving image from one folder?

Post by Vital »

KMarimuthu wrote:Hi hi hi,

How is retrieving dynamic Retrieving image from one folder?

Please provide quick solution for

How is retrieving Image from file(use Stream) in our Report?

Ur Demo Image Report is specified Data Column and Render, But
I want dynamic Retrieving image from one folder, depend on Scheme wise.

So Please say How is call in dynamic and Which event write that code and call?

Its Urgent , Please help me.


Example:
ImageList(image1, image2,image3,........)

display
Scheme1. its call image3
Scheme 2 . its call image5


Advance Thanks,


Regards,
KMarimuthu.
:sweat:
Place in to beforePrintEvent of Image this code:

Image1.Image = Image.FromStream(stream);

Thanks.
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

How is retrieving dynamic Retrieving image from one folder?

Post by MARIMUTHU K »

HI hi hi


I have solve that problem .


Thanks,




Regards,
KMarimuthu.
Marimuthu K
Post Reply