Class Watermark
Represents a watermark on a printable page.
Inherited Members
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public abstract class Watermark : ReportObject, IExpressionContainer
Constructors
Watermark()
Declaration
protected Watermark()
Watermark(Watermark)
Properties
Opacity
Gets or sets the opacity of the watermark when combining it with the other items on the printable page.
Declaration
public double Opacity { get; set; }
Property Value
System.Double
A value that specifies the opacity of the watermark when combining it with the other items on the printable page. |
Remarks
The value can be specified in the range from 0.0 to 1.0, where 0.0 is completely transparent, while 1.0 is completely opaque. Any other value outside that range is clamped to the closest allowed value.
Position
Gets or sets the position of the watermark relative to the other items on the printable page.
Declaration
public WatermarkPosition Position { get; set; }
Property Value
WatermarkPosition
A WatermarkPosition value that specifies the position of the watermark relative to the other items on the printable page. |
PrintOnFirstPage
Gets or sets a value indicating whether to print the watermark on the first printable page of the report.
Declaration
public bool PrintOnFirstPage { get; set; }
Property Value
System.Boolean
A boolean value indicating whether to print the watermark on the first printable page of the report. |
PrintOnLastPage
Gets or sets a value indicating whether to print the watermark on the last printable page of the report.
Declaration
public bool PrintOnLastPage { get; set; }
Property Value
System.Boolean
A boolean value indicating whether to print the watermark on the last printable page of the report. |
Methods
GetStrings()
Declaration
protected abstract IEnumerable<string> GetStrings()
Returns
System.Collections.Generic.IEnumerable<System.String>
|
ResetOpacityCore()
Declaration
protected virtual void ResetOpacityCore()
ShouldSerializeOpacityCore()
Declaration
protected virtual bool ShouldSerializeOpacityCore()
Returns
System.Boolean
|