Create the HTML template

The HTML template for the report is based on the Razor syntax. See more about Razor in the Microsoft documentation.

Change logo in the report

If you want to change the logo in the report, we recommend that you embed the image data directly into the HTML template. Convert your image to base64 using any online conversion tool and embed the string into the template. Below is an example of the code used to embed the image. In this code, replace the base64 string placeholder with the string that you get for your image from the conversion tool.

<img src="data:image/png;base64,base64 string" alt="WorkZone">