IDataAwareExportableCsv.Export(Stream, CsvExportOptionsEx) Method
Performs data-aware export to the CSV format.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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