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

CsvExportOptionsEx Constructors

Contains options that define how a control is exported to CSV format in data-aware export mode.
Name Parameters Description
CsvExportOptionsEx() none Initializes a new instance of the CsvExportOptionsEx class with the default settings.Only available in data-aware export mode.
CsvExportOptionsEx(String, Encoding, TextExportMode, Boolean, Boolean) separator, encoding, textExportMode, skipEmptyRows, skipEmptyColumns Initializes a new instance of the CsvExportOptionsEx class with the specified settings.Only available in data-aware export mode.
See Also