Hi,
For compound reports, the recommended way to create a design theme with repeating images on a page master is to place them as drawing objects on the page master.
OBJECT=IMAGE, IMAGE=file, POSITION=(x y), DIMENSION=(xdim ydim), $
To add images to a specific PDF report, you need to specify them in the stylesheet.
There are various ways that this can be done. Here are some examples. You can reference the manuals to find out more about each attribute in these examples.
TYPE={REPORT|heading}, IMAGE={file|(column)} [,BY=byfield][,POSITION=([+|-]x [+|-]y )] [,SIZE=(w h)] [,PRESERVERATIO={ON|OFF}],$
e.g.
TYPE=TABHEADING, IMAGE=GOTHAM.GIF, POSITION=(.25 .25), SIZE=(.5 .5), $
TYPE=DATA, COLUMN=imagefield, IMAGE=(imagefield), SIZE=(w h),[PRESERVERATIO={ON|OFF},] $
e.g.
TYPE=DATA,COLUMN=P1,IMAGE=(PRODIMAGE),SIZE=(1 1),$
TYPE=DATA,COLUMN=P2,IMAGE=(PRODIMAGE),SIZE=(2 3),PRESERVERATIO=OFF,$
TYPE=DATA,COLUMN=P3,IMAGE=(PRODIMAGE),SIZE=(2 3),PRESERVERATIO=ON,$
PDF reports support GIF and JPEG, as well as SVG files that are created by the WebFOCUS graph engine. The image must reside on the WebFOCUS Reporting Server in a directory named on EDAPATH or APPPATH. If the file is not on the search path, supply the full path name.
Hope this helps.
WebFOCUS 8.2.06 mostly Windows Server