A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
[TypeConverter(typeof(EncodingConverter))]
public Encoding Encoding { get; set; }
<TypeConverter(GetType(EncodingConverter))>
Public Property Encoding As Encoding
Property Value
Type | Description |
---|---|
Encoding | A Encoding class descendant specifying the encoding of the text-based file. |
Property Paths
You can access this nested property as listed below:
Show 20 property paths
Library | Object Type | Path to Encoding |
---|---|---|
Cross-Platform Class Library | RemotePrintingSystem |
|
RemotePrintingSystem |
|
|
ExportOptions |
|
|
ExportOptions |
|
|
PrintingSystemBase |
|
|
PrintingSystemBase |
|
|
WinForms Controls | PrintingSystem |
|
PrintingSystem |
|
|
XtraSchedulerReport |
|
|
XtraSchedulerReport |
|
|
WPF Controls | ExportOptionsContainer |
|
ExportOptionsContainer |
|
|
PrintingSystem |
|
|
PrintingSystem |
|
|
PrintingSystem |
|
|
PrintingSystem |
|
|
Reporting | XtraReport |
|
XtraReport |
|
|
DocumentOperationRequest |
|
|
DocumentOperationRequest |
|
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
Feedback