ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / CsvDataExportSettings Class / ColumnsDelimiter Property

In This Topic
    ColumnsDelimiter Property (CsvDataExportSettings)
    In This Topic
    Gets or sets the delimiter used between columns in the CSV file.
    Syntax
    'Declaration
     
    Public Property ColumnsDelimiter As StringDefaultExportSetting
    public StringDefaultExportSetting ColumnsDelimiter {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the columns delimiter setting.
    See Also