Report with product image

merav tg asked on April 19, 2016 14:44

Hey

can i create a report that a kentico report that also display the product image?

and if so, how ?

Thank you

Correct Answer

Roman Hutnyk answered on April 19, 2016 15:31

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.

2 votesVote for this answer Unmark Correct answer

Recent Answers


Brenden Kehren answered on April 20, 2016 05:02

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.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.