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

In This Topic
    FieldDelimiter Property (CsvExporter)
    In This Topic
    Gets or sets the delimiter string to put in the result. The default value is a comma ",".
    Syntax
    'Declaration
     
    Public Property FieldDelimiter As String
    public string FieldDelimiter {get; set;}
    See Also