XlsExportOptionsEx.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 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 |
#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.