A newer version of this page is available.
Switch to the current version.
XlsExportOptionsEx.ExportType Property
Gets or sets the export type - WYSIWYG or Data Aware.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(ExportType.DataAware)]
[TypeConverter(typeof(EnumTypeConverter))]
[XtraSerializableProperty]
public ExportType ExportType { get; set; }
<DefaultValue(ExportType.DataAware)>
<TypeConverter(GetType(EnumTypeConverter))>
<XtraSerializableProperty>
Public Property ExportType As ExportType
Property Value
Type | Default | Description |
---|---|---|
ExportType | DataAware |
The ExportType enumeration member. |
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.
Implements
DevExpress.Export.IDataAwareExportOptions.ExportType
See Also
Feedback