[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.BaseXlsFullExportSettings

BaseXlsFullExportSettings Class

Represents the extended base settings for exporting data to a XLS format.

Namespace: GrapeCity.ActiveReports.Web
Assembly: MESCIUS.ActiveReports.Web.dll
Syntax
public abstract class BaseXlsFullExportSettings : BaseXlsExportSettings

Constructors

Name Description
BaseXlsFullExportSettings()

Properties

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.