[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.TxtExportSettings

TxtExportSettings Class

Represents the settings for exporting data to a TXT format.

Inheritance
TxtExportSettings
Namespace: GrapeCity.ActiveReports.Web
Assembly: MESCIUS.ActiveReports.Web.dll
Syntax
public class TxtExportSettings : BaseExportSettings

Constructors

Name Description
TxtExportSettings()

Properties

Name Description
Encoding

Gets or sets an enumerated system encoding value to use for character encoding in the text file.

PageDelimiter

Gets or sets a delimiter to mark the end of each page in the text file.

QuotationMode

Gets or sets the mode for applying quotations in the text file.

QuotationSymbol

Gets or sets a symbol used for quoting mark in the exported text file.

SuppressEmptyLines

Gets or sets a value indicating whether to suppress empty lines in the output file.

TextDelimiter

Gets or sets the delimiter used to mark the end of each text field.