ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderIndex Class / TermDelimiter Property

In This Topic
    TermDelimiter Property
    In This Topic
    Gets or sets a string used to delimit an index entry and the list of that entry's occurrences (page numbers) in the generated index.

    The default is ", " (comma followed by space).

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