Adding a Hidden Watermark Parameter

The following example shows how to add a hidden watermark parameter to a report. The text of the watermark is specified in the db.properties file using the following convention:

Watermark=WatermarkText

where WatermarkText is a string.

Figure 1. Defining a hidden watermark parameter
<PARAMETER>
  <DISPLAYNAME>WatermarkText</DISPLAYNAME>
  <BINDNAME>WatermarkText</BINDNAME>
  <TYPE>HIDDEN</TYPE>
  <DEFAULT>$OptText</DEFAULT>
</PARAMETER>