[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Excel.Page.CsvSettings

CsvSettings Class

CSV settings.

Inheritance
CsvSettings
Namespace: GrapeCity.ActiveReports.Export.Excel.Page
Assembly: MESCIUS.ActiveReports.Export.Excel.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public sealed class CsvSettings

Constructors

Name Description
CsvSettings()

Initializes new Settings instance with default properties values.

Properties

Name Description
ColumnsDelimiter

The string to be placed between fields in data row.

DateTimeFormat

Default format for date values. See also "Custom date and time format strings". Suggested to specify something like "yyyy-MM-dd".

Encoding

The result file encoding.

NoHeader

Determines whether CSV Header should be omitted.

NumericFormat

Default format for numeric values. See also "Custom numeric format strings". Suggested to specify something like "0.####".

QuotationSymbol

The quotation symbol.

RowsDelimiter

The string to be placed between data rows.

Methods

Name Description
ToString()