Back to Devexpress

TextExportOptionsBase.Encoding Property

corelibraries-devexpress-dot-xtraprinting-dot-textexportoptionsbase-d0ada436.md

latest1.7 KB
Original Source

TextExportOptionsBase.Encoding Property

Gets or sets the encoding of the text-based file to which a report is exported.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public Encoding Encoding { get; set; }
vb
Public Property Encoding As Encoding

Property Value

TypeDescription
Encoding

A Encoding class descendant specifying the encoding of the text-based file.

|

Remarks

Use this property to specify the encoding type (for instance, ASCII or UTF8) of the created text-based file. For more information on different encoding types available in .NET framework, please refer to the Encoding topic in MSDN.

See Also

TextExportOptionsBase Class

TextExportOptionsBase Members

DevExpress.XtraPrinting Namespace