IDataAwareExportableCsv.Export(Stream, CsvExportOptionsEx) Method
In This Article
Performs data-aware export to the CSV format.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.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 | Csv |
An Csv |
See Also