Hello,
I'm new to telerik reporting and programming
Now i have problem about display image in report
this is my image path http://xxxxxx/upload/Companies/Contact/Fields.CompID
/Fields.ContactImgPath
I try this article http://blogs.telerik.com/telerikreportingteam/posts/09-02-20/telerik-reporting-using-the-picturebox-item.aspx
it work If I put this function in PictureBox
= Format("http://xxxxxx/upload/Companies/Contact/7/{0}",Fields.ContactImgPath)
but number 7 it should be Fields.CompID from database like Fields.ContactImgPath
How i do?
PS. Sorry for my english
I'm new to telerik reporting and programming
Now i have problem about display image in report
this is my image path http://xxxxxx/upload/Companies/Contact/Fields.CompID
/Fields.ContactImgPath
I try this article http://blogs.telerik.com/telerikreportingteam/posts/09-02-20/telerik-reporting-using-the-picturebox-item.aspx
it work If I put this function in PictureBox
= Format("http://xxxxxx/upload/Companies/Contact/7/{0}",Fields.ContactImgPath)
but number 7 it should be Fields.CompID from database like Fields.ContactImgPath
How i do?
PS. Sorry for my english