LicenseWatermarkText Property

Gets the watermark text to show on top of any dashboards and reports.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public string? WatermarkText { get; }

Property Value

Type: String
The watermark text.

Implements

ILicenseWatermarkText
Remarks

A value for this property indicates that no watermark override is associated with the license. The default watermark (if any), or one specified by another license will be used.

An empty string value indicates that no watermark should appear.

If a value is specified in more than one license, the one with the highest ID will be used.

See Also