Skip to main content
A newer version of this page is available. .

IDataAwareExportableXls.Export(Stream, XlsExportOptionsEx) Method

Performs data-aware export to the XLS format.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

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