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

In This Topic
    SuppressEmptyLines Property (TxtExportSettings)
    In This Topic
    Gets or sets a value indicating whether to suppress empty lines in the output file.
    Syntax
    'Declaration
     
    Public Property SuppressEmptyLines As BoolDefaultExportSetting
    public BoolDefaultExportSetting SuppressEmptyLines {get; set;}

    Property Value

    A BoolDefaultExportSetting indicating whether empty lines should be removed. Set to false for keep empty lines in the exported text file; otherwise, true.
    See Also