LicenseDataWatermarkText Property |
Gets the watermark text to show on top of any dashboards and reports.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "watermarkText", EmitDefaultValue = false)]
public string WatermarkText { get; set; }
<DataMemberAttribute(Name := "watermarkText", EmitDefaultValue := false)>
Public Property WatermarkText As String
Get
Set
public:
[DataMemberAttribute(Name = L"watermarkText", EmitDefaultValue = false)]
property String^ WatermarkText {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "watermarkText", EmitDefaultValue = false)>]
member WatermarkText : string with get, set
Property Value
Type:
StringThe watermark text.
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