Gets or sets the string used as the opening parentheses when including references to Tag objects in the current document's texts (e.g. in Text or Text). To include a TagOpenParen string itself in a text, prepend it with the TagEscapeString string.

The default value is "[".

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

Syntax

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

See Also