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.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
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