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.3.0.1000)
Syntax public string? WatermarkText { get; }
Public ReadOnly Property WatermarkText As String
Get
public:
virtual property String^ WatermarkText {
String^ get () sealed;
}
abstract WatermarkText : string with get
override WatermarkText : string with get
Property Value
Type:
StringThe watermark text.
Implements
ILicenseWatermarkTextRemarks
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