ComponentOne ReportViewer for ASP.NET Web Forms
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 System.String
    public System.string RunInDelimiter {get; set;}
    See Also