[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Xml.Section.TextExport

TextExport Class

The ActiveReports for .NET Text Export Component.

Inheritance
TextExport
Namespace: GrapeCity.ActiveReports.Export.Xml.Section
Assembly: MESCIUS.ActiveReports.Export.Xml.dll
Syntax
public sealed class TextExport : Component, IComponent, IDisposable, IDocumentExport
Remarks

The default character encoding used for the TextExport is ASCII. If your reports may contain internationalized characters then consider using the Encoding property to specify the UTF8Encoding or UnicodeEncoding instead. The current Encoding�s preamble is written out according to the rules of StreamWriter.

Constructors

Name Description
TextExport()

Initializes a new instance of the TextExport class.

Properties

Name Description
Encoding

Sets or returns the character encoding used for the outputted text.

PageDelimiter

Sets or returns the text inserted between pages.

Pagination

Gets or sets the value indicates should pagination be used for resulted text document or not

QuotationMode

If QuotationMode.AutoQuote than simple values will be exported without quotes. If QuotationMode.AlwaysQuote than all exported values will always be quoted.

QuotationSymbol

Gets or sets the quotation symbol.

SuppressEmptyLines

Determines whether empty lines will be inserted for layout purposes.

TextDelimiter

Sets or returns the text inserted between text fields.

Methods

Name Description
Export(SectionDocument, Stream)

Exports the specified document to the specified stream in Rich Text Format.

Export(SectionDocument, Stream, string)

Exports the specified document to the specified stream in text format.

Export(SectionDocument, string)

Exports the specified document to a text format file.

Export(SectionDocument, string, string)

Exports the specified document to a text format file.