Reporting

The TextWatermark type exposes the following members.

Constructors

  NameDescription
Public methodTextWatermark
Initializes a new instance of the TextWatermark class

Methods

  NameDescription
Protected methodGetStrings (Overrides Watermark..::..GetStrings()()()().)
Protected methodToString (Inherited from ReportObject.)

Properties

  NameDescription
Public propertyColor
Gets or sets the color of the watermark text.
Public propertyFont
Gets the font settings of the watermark text.
Public propertyOpacity
Gets or sets the opacity of the watermark when combining it with the other items on the printable page.
(Inherited from Watermark.)
Public propertyOrientation
Gets or sets the orientation of the watermark text on the printable page.
Public propertyPosition
Gets or sets the position of the watermark relative to the other items on the printable page.
(Inherited from Watermark.)
Public propertyPrintOnFirstPage
Gets or sets a value indicating whether to print the watermark on the first printable page of the report.
(Inherited from Watermark.)
Public propertyPrintOnLastPage
Gets or sets a value indicating whether to print the watermark on the last printable page of the report.
(Inherited from Watermark.)
Public propertyText
Gets or sets the text of the watermark to be printed on the page.

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICloneable..::..Clone

See Also