Change the logo on an exported report
search cancel

Change the logo on an exported report

book

Article ID: 17030

calendar_today

Updated On:

Products

CA Business Service Insight

Issue/Introduction

How can I customize the logo on an exported CA Business Service Insight report?

Environment

CA Business Service Insight 8.3.x and 9.x

Resolution

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>