TextWatermark
Represents a text watermark on a printable page.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
public sealed class TextWatermark : Watermark
Inheritance: objectReportObjectWatermarkTextWatermark
Inherited Members
Constructors
TODO: Add documentation.
public TextWatermark()
Properties
Color
Color
Gets or sets the color of the watermark text.
public Color Color { get; set; }
A Color value that specifies the color of the watermark text without the transparency.
Gets the font settings of the watermark text.
public Font Font { get; }
A Font value that specifies the font settings of the watermark text.
Gets or sets the orientation of the watermark text on the printable page.
public WatermarkOrientation Orientation { get; set; }
A WatermarkOrientation value that specifies the orientation of the watermark text on the printable page.
Text
string
Gets or sets the text of the watermark to be printed on the page.
public string Text { get; set; }
A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.
The text can be specified either directly as a string literal or indirectly as an expression that is evaluated at runtime for each printable page. If the text is null (Nothing in Visual Basic) or an empty string, or if the specified expression evaluates to null (Nothing in Visual Basic) or an empty string, the watermark is not printed on the current page.
Methods
GetStrings()
IEnumerable<string>
Internal use only
protected override IEnumerable<string> GetStrings()
IEnumerable<string>
Overrides: