Hello telerik team,
Can you help me with this, I need a reporting table to display (and group by name) some images, these images comes from my D.B and they are base64 strings, so I convert them to Image like this: Base64ToImage(myDBstring), this part works fine, but when i run it on my chsarp .net web project, the telerik reporting show me this error:
An error as occurred while proccesing PictureBox 'picture1' Could not find part of the path C:\Myproyect\MyWebSite\System.Drawing.Bitmap.
See attached image (left is a single image box and right is the table with the error)
Note 1: I already did this with a single picture box succesfully, but now i need it in a table with two columns, Name and Image.
Note 2: I Dont use paths, i use D.B base64 images and merge them with a Dataset.