Adding background image to HTML Report

Adding background image to HTML Report

book

Article ID: KB0070595

calendar_today

Updated On:

Products Versions
ibi WebFOCUS ibi WebFOCUS 8207.28.0 and Above

Description

 Is it possible to add a background image to an HTML report?

Issue/Introduction

This article will provide instructions on adding a background image to an HTML report.

Resolution

You can include the following line in your code.

TYPE=REPORT, BACKIMAGE=IBFS:/WFC/Repository/Cases/centene.png, $ 

 

Here it is, demonstrated with an example.

TABLE FILE GGSALES
SUM UNITS DOLLARS
BY CATEGORY BY PRODUCT
ON TABLE SET PAGE-NUM OFF
ON TABLE SET STYLE *
TYPE=REPORT, STYLE=BOLD, GRID=OFF, $ 
TYPE=REPORT, BACKIMAGE=IBFS:/WFC/Repository/Cases/centene.png, $ 
ENDSTYLE
END


User-added image