Gets or sets the image of the watermark to be printed on the page.
Namespace: Telerik.Reporting.DrawingAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
| C# |
|---|
public Object Image { get; set; } |
| Visual Basic |
|---|
Public Property Image As Object
Get
Set |
Field Value
The image of the watermark to be printed on the page.
Remarks
Examples
The following expression prints a watermark on every second page:
CopyC#
= IIf(PageNumber % 2 = 0, "Watermark.png", Null)
Version Information
Supported in: 1.0.1
See Also