Click to See Complete Forum and Search --> : picture dinamically


jasie24
March 6th, 2006, 09:42 AM
Can i put a picture dinamically on a report in crystal report for .NET ?

I want to select a picture using a openDialogBox, and after that, to show that picture in the report.How can i do it?

thanks

sraheem
March 7th, 2006, 02:16 AM
Hi,
keep a picture box on ur rpt, and and pass image path as parameter from front end.Now set Graphic Location of that image in rpt to that parameter
Hope it helps
Raheem

jasie24
March 7th, 2006, 09:39 AM
Ok, it's a good ideea, but what is the object in crystal.Engine, that i have to use the location or graphic path you are talking about. i tried to look up but i didn't find and property to set ,for imageobject,so i don't know which object i have to use.do u know?

thanks again

sraheem
March 8th, 2006, 01:56 AM
Insert a picture in ur rpt, then right click n select format graphic
select picture tab, there u have a graphic location field with where u can set it to parameter