IDataAwareExportableXls.Export(Stream, XlsExportOptionsEx) Method
Performs data-aware export to the XLS format.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.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