Skip to main content
.NET 6.0+

IDataAwareExportableCsv.Export(Stream, CsvExportOptionsEx) Method

Performs data-aware export to the CSV format.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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