Table of Contents

Class ReportTextExportOptions

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

How ReportTextExporter writes a report as plain text.

public sealed class ReportTextExportOptions
Inheritance
ReportTextExportOptions
Inherited Members

Constructors

ReportTextExportOptions()

Properties

ColumnSeparator

Gets or sets what separates two pieces of text on one line. The default is a tab.

IncludePageHeadersAndFooters

Gets or sets a value indicating whether the page header and footer are written. The default is true.

LineEnding

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

PageSeparator

Gets or sets what separates two pages. The default is a form feed.

WriteByteOrderMark

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