FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / CsvExporter Class / RecordDelimiter Property

In This Topic
    RecordDelimiter Property (CsvExporter)
    In This Topic
    Gets ot sets the record delimiter to put at the end of each record. The default value is <cr><lf>.
    Syntax
    'Declaration
     
    Public Property RecordDelimiter As String
    public string RecordDelimiter {get; set;}
    See Also