ExportType Enum
Lists the values corresponding to the different export modes available when saving a document to the XLS, XLSX and CSV formats.
Namespace: DevExpress.Export
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Default
|
The default export mode. For the Export If the Xlsx |
Data
|
Export type that uses a new data export engine that features improved performance and memory usage. When exporting to XLS and XLSX formats, specific data-shaping options (e. The layout of control elements may not be retained in the export document. Other limitations also apply. Not all controls support the Data |
WYSIWYG
|
Export type that uses the export engine of the Xtra |
#Related API Members
The following properties accept/return ExportType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Csv |
Export |
|
Xls |
|
Xlsx |
|
ASP. |
ASPx |
ASP. |
MVCx |
#Remarks
An ExportType enumeration value is used to set the ExportSettings.DefaultExportType, CsvExportOptionsEx.ExportType, XlsExportOptionsEx.ExportType and XlsxExportOptionsEx.ExportType properties.