A newer version of this page is available.
Switch to the current version.
CsvExportOptionsEx.ExportType Property
Gets or sets export type.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(ExportType.DataAware)]
[XtraSerializableProperty]
public ExportType ExportType { get; set; }
<DefaultValue(ExportType.DataAware)>
<XtraSerializableProperty>
Public Property ExportType As ExportType
Property Value
Type | Default | Description |
---|---|---|
ExportType | DataAware |
The current export type. |
Remarks
By default, the ExportType property's value matches the value of the static ExportSettings.DefaultExportType property. You can use the ExportType property to choose another export type. See ExportSettings.DefaultExportType to learn more.
Implements
DevExpress.Export.IDataAwareExportOptions.ExportType
See Also
Feedback