ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / TxtExportSettings Class / TextDelimiter Property

In This Topic
    TextDelimiter Property (TxtExportSettings)
    In This Topic
    Gets or sets the delimiter used to mark the end of each text field.
    Syntax
    'Declaration
     
    Public Property TextDelimiter As StringDefaultExportSetting
    public StringDefaultExportSetting TextDelimiter {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the text delimiter.
    Remarks
    This is mainly for use with CSV files that you open in Excel.
    See Also