A report band used to print information at the background of every page in the report. There is an option to suppress
the printing on the first page and the last page of the report (this is often useful if you are using a report header
and/or report footer).
A watermark section cannot have subreports.
author: David Gilbert
public Watermark(boolean onFirstPage, boolean onLastPage)(Code)
Constructs a page footer containing no elements.
Parameters: onFirstPage - defines, whether the page header will be printed on the first page Parameters: onLastPage - defines, whether the page footer will be printed on the last page.
Returns the global stylesheet for the watermark bands. This stylesheet provides the predefined default values for
some of the stylekeys.
the global default stylesheet.
Assigns the report definition. Don't play with that function, unless you know what you are doing. You might get
burned.
Parameters: reportDefinition - the report definition.