i want to get images dynamically to c1 webreport based on employee id . its very much urgent can u please tell me how to do it.
I have Imagename in employee table .
can u plz tell what to add in xml file .
iam writing this piece of code in xml file , but images are not displaying
<Section>
<Name>Detail</Name>
<Type>0</Type>
<Height>21525</Height>
<OnFormat>
field1.Picture = " System.Configuration.ConfigurationManager.AppSettings["Path"] " + EmployeeID
</OnFormat>
</Section>