Skip to main content

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.v25.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

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 PrintingSystemBase
.ExportOptions .Xlsx
.NET Reporting Tools XtraReport
.ExportOptions .Xlsx
DocumentOperationRequest
.ExportOptions .Xlsx

Remarks

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

See Also