Class ReportXlsxExportOptions
Options for exporting a paginated report to a workbook.
public sealed class ReportXlsxExportOptions
- Inheritance
-
ReportXlsxExportOptions
- Inherited Members
Constructors
- ReportXlsxExportOptions()
Creates options with the defaults.
Properties
- Diagnostics
Gets or sets the sink diagnostics are reported to, or null to discard them.
- IncludeImages
Gets or sets whether charts, gauges and other drawn items are rasterized into the sheet.
- IncludePageHeadersAndFooters
Gets or sets whether page headers and footers are written. False by default.
- RasterDpi
Gets or sets the resolution drawn items are rasterized at.
- Sheets
Gets or sets how pages are laid out across worksheets.
- ShowGridLines
Gets or sets whether the grid is drawn behind the cells. False by default, as the reference does.
- StrictMode
Gets or sets whether anything the workbook cannot carry is an error rather than a reported reduction.