TextExportOptions Members
Contains options which define how a document is exported to text.Constructors
Name | Description |
---|---|
TextExportOptions() | Initializes a new instance of the TextExportOptions class with the default settings. |
TextExportOptions(String, Encoding, TextExportMode) | Initializes a new instance of the TextExportOptions class with the specified separator, encoding and text export mode settings. |
TextExportOptions(String, Encoding) | Initializes a new instance of the TextExportOptions class with the specified separator and encoding settings. |
TextExportOptions(String) | Initializes a new instance of the TextExportOptions class with the specified separator settings. |
Fields
Name | Description |
---|---|
DefaultSeparator | Contains the default value for the TextExportOptionsBase.Separator property. By default, when a document is exported to a Text file, this value is equal to “\t“. |
Properties
Name | Description |
---|---|
Encoding | Gets or sets the encoding of the text-based file to which a report is exported. Inherited from TextExportOptionsBase. |
EncodingType | Gets or sets a value used to serialize the TextExportOptionsBase.Encoding property. Inherited from TextExportOptionsBase. |
QuoteStringsWithSeparators | Gets or sets a value indicating whether a string with separators should be placed in quotation marks when a document is exported to a Text-based file. Inherited from TextExportOptionsBase. |
Separator | Gets or sets the symbol(s) to separate text elements when a document is exported to a Text-based file. Inherited from TextExportOptionsBase. |
TextExportMode | Gets or sets a value indicating whether to use the formatting of the data fields in the bound dataset for the cells in the exported TXT, CSV, XLS or XLSX document. Inherited from TextExportOptionsBase. |
Methods
Name | Description |
---|---|
Assign(ExportOptionsBase) | Copies all the settings from the TextExportOptionsBase object passed as a parameter. Inherited from TextExportOptionsBase. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetActualSeparator() | Returns the character(s) used as text separators for CSV export. Inherited from TextExportOptionsBase. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also