AllowHtmlMarkup
- Last UpdatedAug 15, 2023
- 1 minute read
- PI System
- RtReports 5.0
- Visualization
RtReports allows you to insert HTML into the display of the RtReports Editor when the web.config setting AllowHtmlMarkup is set to "True." See RtReports server reporting settings.
In both %PIHOME%\RtReports\web.config and %PIHOME%\RtReports\OSISoft.RtReports.Editor.exe.config, ensure the following key is present:
<add key="AllowHtmlMarkup" value="true" />
The HTML can be entered in the text box of the Report Text Edit window.
