Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderIndex Class / RunInDelimiter Property

In This Topic
    RunInDelimiter Property
    In This Topic
    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).

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