Table of Contents

Class ReportCsvExportOptions

Namespace
DocWright.Reporting.Export
Assembly
DocWright.Reporting.Export.dll

How ReportCsvExporter writes a report's data.

public sealed class ReportCsvExportOptions
Inheritance
ReportCsvExportOptions
Inherited Members

Constructors

ReportCsvExportOptions()

Properties

Diagnostics

Gets or sets where the export reports what it could not carry.

FieldDelimiter

Gets or sets what separates two fields. The default is a comma.

IncludeItemsOutsideDataRegions

Gets or sets a value indicating whether items outside a data region are written. The default is false.

Qualifier

Gets or sets what encloses a field that needs it. The default is a quotation mark.

RecordDelimiter

Gets or sets what separates two records. The default is a carriage return and a line feed.

WriteByteOrderMark

Gets or sets a value indicating whether a byte-order mark is written. The default is true.