Skip to main content

LinkBase.ExportToXls(Stream, XlsExportOptions) Method

In This Article

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

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public void ExportToXls(
    Stream stream,
    XlsExportOptions options
)

#Parameters

Name Type Description
stream Stream

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

options XlsExportOptions

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

See Also