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

In This Topic
    OccurrenceDelimiter Property
    In This Topic
    Gets or sets a string used to delimit the occurrences (page numbers) of an index entry in the generated index.

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

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