XlsxExportOptionsEx.ExportType Property
Gets or sets the export type - WYSIWYG or Data Aware.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(ExportType.DataAware)]
public ExportType ExportType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Export |
Data |
The Export |
Available values:
Name | Description |
---|---|
Default | The default export mode. For the Export If the |
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 |
#Remarks
The ExportType property value matches the value of the static ExportSettings.DefaultExportType property. You can use the ExportType property to choose another export type. Refer to the ExportSettings.DefaultExportType property description for more information.
#Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ExportType property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.