Back to Devexpress

TextExportOptionsBase Members

corelibraries-devexpress-dot-xtraprinting-dot-textexportoptionsbase-dot-underscore-members.md

latest4.4 KB
Original Source

TextExportOptionsBase Members

Represents the base class for objects which define export options specific for Text and CSV formats.

Properties

NameDescription
EncodingGets or sets the encoding of the text-based file to which a report is exported.
EncodingTypeGets or sets a value used to serialize the TextExportOptionsBase.Encoding property.
QuoteStringsWithSeparatorsGets 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.
SeparatorSpecifies the symbol(s) to separate text elements when a document is exported as a Text-based file.
TextExportModeGets 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.

Methods

NameDescription
Assign(ExportOptionsBase)Copies all the settings from the TextExportOptionsBase object passed as a parameter.
Equals(Object, Object) staticDetermines 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.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

TextExportOptionsBase Class

DevExpress.XtraPrinting Namespace