The Report Setup wizard step allows you to setup some high level report details like page format, margins and watermark.
Paper
The Paper setup consists of three sections, orientation, page size and margins.
...
Margins create reserved white space surrounding the report on all sides. Selecting page margins is trivial and does not require much discussion. We've selected margins of 12 all the way around.
Watermark
The watermark is a page element that is rendered behind all other elements. It should be a non-obtrusive image, as to not interfere with the appearance of the report. There is a watermark included in the
{WIZARD-ROOT}/resources/images folder called "watermark.jpg". Select this image by picking the browse button. The width, height, x and y settings are all percent based. For this watermark a width of 75%, a height of 75%, a x coordinate of 0 and a y coordinate at 30% of the y axis. The scale checkbox indicates whether or not we want the image to stretch to fit the width/height chosen. Keep aspect ratio means that if an image is stretched, the dimensions will retain the original width to height ratio. This setting is useful if it is important to keep a rectangle from becoming square or vice-versa. Uncheck the image checkbox if you have selected an image but no longer wish to use it.
...