ReportElementContainsHtml Property |
If True, the value contains HTML tags.
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax[DefaultValueAttribute(false)]
public bool ContainsHtml { get; set; }
<DefaultValueAttribute(false)>
Public Property ContainsHtml As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool ContainsHtml {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
member ContainsHtml : bool with get, set
Property Value
Type:
Boolean
See Also