How can I customize the logo on an exported CA Business Service Insight report?
CA Business Service Insight 8.3.x and 9.x
To change the logo on the exported PDF reports, change the "reportlogo.jpg" file at the path %OG_HOME%\Reports\Images on both the BSI App and Web servers.
In case of a free form report, the following example can be used as parameter to place a logo on the left-top corner in the header page:
<custom>
<query>
</query>
<pdf>
<option>
<name>logoimage</name>
<value>logo.gif</value>
</option>
<option>
<name>header</name>
<value>lt</value>
</option>
<option>
<name>path</name>
<value>C:\Program Files\Oblicore\Reports\Images</value>
</option>
</pdf>
<chart>
<!--<precision>Numeric value from 0 to 5</precision>-->
</chart>
<ContainsHTML>1</ContainsHTML>
</custom>