Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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