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

IDataAwareExportableCsv.Export(Stream, CsvExportOptionsEx) Method

Performs data-aware export to the CSV format.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

void Export(
    Stream stream,
    CsvExportOptionsEx options
)

Parameters

Name Type Description
stream Stream

A Stream object specifying the CSV export result.

options CsvExportOptionsEx

An CsvExportOptionsEx object which defines how a document is exported to CSV format.

See Also