How can I customize something like the Logo on an exported report?
How to update logo on exported PDF reports:
To change the logo / images on the exported PDF reports, change "reportlogo.jpg" at the path %OG_HOME%\Reports\Images, in both App and Web servers.
In case of a free form, the following example can be used as parameter, to put 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>
Some more explanation on the PDF convertor is available at: http://www.easysw.com/htmldoc/docfiles/8-cmdref.html