Skip to main content
A newer version of this page is available. .

CsvExportOptionsEx.WritePreamble Property

Get or sets whether to include a sequence of bytes that specifies the encoding used in the resulting CSV file.Only available in data-aware export mode.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public bool WritePreamble { get; set; }

Property Value

Type Description
Boolean

true, to include a sequence of bytes that specifies the encoding used; otherwise, false.

See Also