[]
The ActiveReports for .NET Text Export Component.
public sealed class TextExport : Component, IComponent, IDisposable, IDocumentExport
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.
Name | Description |
---|---|
TextExport() | Initializes a new instance of the TextExport class. |
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. |
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. |