Options

Word lay-out with HTML and images

TimoBoTimoBo Member Posts: 30
Hi,

Is it possible to make a report with a Word Lay-out that renders HTML with images? I have tried but not found a solution so far.

For example I have HTML like this:

<p class=MsoNormal>Some text here and this is an image:</p><br><br><img src=\"https://linktoimage.com/temp1527085408825.png\&quot; style=\"width:777.75px;\"><br><br><p>Bank Statement Reconciliation Requirements</p>

This is just a stupid example, the HTML could be any text and could have many images.
I have this HTML stored in my database and I want to print it to a Word document. I know that this can be done with RDLC, but how could it be done with Word lay-outs?

Sign In or Register to comment.