Gets or sets a string used to delimit entries when a run-in (see RunIn) index is generated by the current RenderIndex.

The default is ";" (semicolon).

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

Syntax

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

See Also