[]
Represents the extended base settings for exporting data to a XLS format.
public abstract class BaseXlsFullExportSettings : BaseXlsExportSettings
| Name | Description |
|---|---|
| BaseXlsFullExportSettings() |
| Name | Description |
|---|---|
| AutoRowHeight | Gets or sets a value indicating whether to automatically adjust the row height. |
| DisplayGridLines | Gets or sets a value indicating whether grid lines are displayed in the XLS file. |
| EnableToggles | Gets or sets a value indicating whether allows to export collapsible rows in the detail and row groups of the Table control. |
| LayoutMode | Gets or sets the layout mode for the XLS export. |
| MultiSheet | Gets or sets a value indicating whether to generate single-sheet or multiple sheets in the XLS document. |
| Orientation | Gets or sets the print orientation of Excel sheet. |
| Pagination | Gets or sets a value indicating whether pagination is enabled. |
| PaperSize | Gets or sets the paper size for the page. |
| SheetMode | Gets or sets the sheet mode that indicating how to split the report content into sheets. |
| SheetName | Gets or sets the name of the sheet in the XLS file. |
| UseDefaultPalette | Gets or sets a value indicating whether to use the Excel default color palette. |