Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / CsvExporter Class / FieldDelimiter Property

In This Topic
    FieldDelimiter Property
    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