Hey
can i create a report that a kentico report that also display the product image?
and if so, how ?
Thank you
I think Kentico default report table does not allow images in it, so you might need to look for custom implementation. There is nice blog, that could inspire you - it uses report web part, but you'll need to use something other there, e.g. repeater.
I believe if you have the full source code for the image including the tag, you can render the image. The image src will have to have the FQDN as well as the path. BUT the default rendering for a table/grid will NOT allow those items to be rendered as HTML elements because HTML Encode is set to true on those bound fields. So you'll have to create or update the webpart rendering the report table.
Please, sign in to be able to submit a new answer.