IDataAwareExportableXls.Export(Stream, XlsExportOptionsEx) Method
Performs data-aware export to the XLS 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 XLS export result. |
| options | XlsExportOptionsEx | An XlsExportOptionsEx object which defines how a document is exported to XLS format. |
See Also