Reporting

Gets or sets the opacity of the watermark when combining it with the other items on the printable page.

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

Syntax

C#
public double Opacity { get; set; }
Visual Basic
Public Property Opacity As Double
	Get
	Set

Field Value

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.

Version Information

Supported in: 1.0.1

See Also