Skip to main content

LinkBase.ExportToXlsx(Stream, XlsxExportOptions) Method

In This Article

Exports a report to the specified stream in XLSX format using the specified XLSX-specific options.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public void ExportToXlsx(
    Stream stream,
    XlsxExportOptions options
)

#Parameters

Name Type Description
stream Stream

A Stream object to which the created XLSX file should be sent.

options XlsxExportOptions

A DevExpress.XtraPrinting.XlsxExportOptions object which specifies the XLSX export options to be applied when a report is exported.

See Also