Page 1 of 1

How is retrieving dynamic Retrieving image from one folder?

Posted: Tue Aug 01, 2006 5:28 am
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:

How is retrieving dynamic Retrieving image from one folder?

Posted: Tue Aug 01, 2006 6:12 am
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.

How is retrieving dynamic Retrieving image from one folder?

Posted: Sat Aug 05, 2006 2:15 am
by MARIMUTHU K
HI hi hi


I have solve that problem .


Thanks,




Regards,
KMarimuthu.