You will need the following to be able to run the report:
1. Use SQR programming.
2. Since logo is a window function, you have to run in client
location(not server).
3. When running the SQR you will add a printer parameter on the command line -printer:wp
4. Inside you SQR program add the following statements to print your image:
PRINT-IMAGE (1,1)
TYPE = BMP-FILE
SOURCE = 'C:\DATA\PS\MYLOGO.BMP'
IMAGE-SIZE = (8,6)
5. SQR manual has more explanation about PRINT-IMAGE.