Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / TagEscapeString Property

In This Topic
    TagEscapeString Property (C1PrintDocument)
    In This Topic
    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 "\".

    Syntax
    'Declaration
     
    Public Property TagEscapeString As String
    public string TagEscapeString {get; set;}
    See Also