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).

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

Syntax

C#
public string OccurrenceDelimiter { get; set; }
Visual Basic
Public Property OccurrenceDelimiter As String
	Get
	Set

See Also