Thursday, March 26, 2009

Adding a custom image on dashbaords

save logo as jpg, then copy to \OracleBI\web\app\res\s_oracle10\images\ on server, then you can use it like any other report logo. Code for the same is;

We use following code to embed logo besides the report name and report description:

<table class="TitleTable" cellspacing="0" style="" width="100%"><tr><td class="TitleLogo" style="" rowspan="4"><img border="0" src="res/s_oracle10/images/report_salesVolume.jpg"></td><td class="TitleCell" style="" title="">Sales Summary</td></tr><tr><td class="TitleNameCell" style="" title=""></td></tr><tr><td class="SubtitleCell" style="">Provides a summary of both direct and indirect sales dollars & units for selected customer and time period.</td></tr></table>




No comments:

Post a Comment