Back to Devexpress

PivotGridCsvExportOptions Properties

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcsvexportoptions-dot-underscore-properties.md

latest5.0 KB
Original Source

PivotGridCsvExportOptions Properties

Contains options that define how a document is exported to CSV.

NameDescription
DocumentCultureGets or sets the export document’s culture which defines numeric and date-time data formatting settings.Only available in data-aware export mode. Inherited from CsvExportOptionsEx.
EncodeExecutableContentGets or sets whether to encode potentially dangerous content from a control or document when it is exported to a CSV file. Inherited from CsvExportOptions.
EncodingGets or sets the encoding of the text-based file to which a report is exported. Inherited from TextExportOptionsBase.
EncodingTypeGets or sets a value used to serialize the TextExportOptionsBase.Encoding property. Inherited from TextExportOptionsBase.
ExportColumnAreaHeadersGets or sets whether to include column field headers in the exported CVS document.
ExportDataAreaHeadersGets or sets whether to include data field headers in the exported CVS document.
ExportFilterAreaHeadersGets or sets whether to include filter field headers in the exported CSV document.
ExportRowAreaHeadersGets or sets whether to include row field headers in the CSV exported document.
ExportTypeGets or sets export type. Inherited from CsvExportOptionsEx.
FollowReportLayout staticSpecifies if CSV export should follow the report layout. Inherited from CsvExportOptions.
QuoteStringsWithSeparatorsGets or sets a value indicating whether a string with separators should be placed in quotation marks when a document is exported to a Text-based file. Inherited from TextExportOptionsBase.
SeparatorSpecifies the symbol that is used to separate the text elements in the created CSV file.Only available in data-aware export mode. Inherited from CsvExportOptionsEx.
TextExportModeGets or sets a value indicating whether to use the formatting of the data fields in the bound dataset for the cells in the exported TXT, CSV, XLS or XLSX document. Inherited from TextExportOptionsBase.
UseCustomSeparatorSpecifies whether to use the default system or a custom separator character for CSV export. Inherited from CsvExportOptions.
WritePreambleGet 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. Inherited from CsvExportOptionsEx.

See Also

PivotGridCsvExportOptions Class

PivotGridCsvExportOptions Members

DevExpress.Xpf.PivotGrid Namespace