Recently I was confronted with the requirement to place a watermark on a report.
Finally I found 3 different ways to do this:
- Use a SSRS (SQL Server Reporting Services) to make reports.
- Add background image over whole Report (X++ Report), mark all fields as background transparent.
- Use a 3rd party printer driver (or printing to PDF) where this is possible too.