Reporting

Defines the position of the watermark relative to the other items on the printable page.

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public enum WatermarkPosition
Visual Basic
Public Enumeration WatermarkPosition

Members

Member nameValueDescription
Behind0 Specifies that the watermark is behind the other items on the printable page.
Front1 Specifies that the watermark is in front of the other items on the printable page.

See Also