KB Article #74082

How to use personalized logo in reports generated from Web Monitoring

Problem
How to use personalized logo in reports generated from Web Monitoring


Resolution
1. Place your logo (say example_logo.png) and jrxml (say example_report.jrxml) file inside <Sentinel_Home>/report/incoming-reports folder.

Note:
1. Jrxml (say example_report.jrxml) file is an report template. Some example templetes are provided at <Sentinel_Home>/extras/reports/templates
2. Either one can create his own template (say named as example_report.jrxml) or can save a copy of one of the available template report (say as example_report.jrxml) at <Sentinel_Home>/report/incoming-reports.
3. If you have copied an existing template, make sure that example_report.jrmxl file should be modified as following:
From : <imageExpression class="java.lang.String"><![CDATA["AxwayLogo.png"]]></imageExpression>
To : <imageExpression class="java.lang.String"><![CDATA["example_logo.png"]]></imageExpression>