Skip to main content
.NET 6.0+

IDataAwareExportableXls.Export(Stream, XlsExportOptionsEx) Method

Performs data-aware export to the XLS format.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

void Export(
    Stream stream,
    XlsExportOptionsEx options
)

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