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
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 |
|
.NET Reporting Tools | XtraReport |
|
DocumentOperationRequest |
|
Remarks
Use the Xlsx property to specify the options which control how the current document is exported to XLSX.
See Also