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

ExportOptions.Xlsx Property

Gets the settings used to specify export parameters when a document is exported to XLSX format.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public XlsxExportOptions Xlsx { get; }

Property Value

Type Description
XlsxExportOptions

An XlsxExportOptions object which contains XLSX export settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Xlsx
Cross-Platform Class Library RemotePrintingSystem
PrintingSystemBase
WinForms Controls PrintingSystem
XtraSchedulerReport
WPF Controls PrintingSystem
Reporting XtraReport
DocumentOperationRequest

Remarks

Use the Xlsx property to specify the options which control how the current document is exported to XLSX.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Xlsx property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also