Gets or sets the string that can be used to escape TagOpenParen and TagCloseParen. To include a TagEscapeString string itself in a text, duplicate it.

The default value is "\".

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(true)]
[XmlAttributeAttribute("TagEscapeString")]
public string TagEscapeString { get; set; }
Visual Basic
<BrowsableAttribute(True)> _
<XmlAttributeAttribute("TagEscapeString")> _
Public Property TagEscapeString As String
	Get
	Set

See Also