[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtensionSettings

ExcelRenderingExtensionSettings Class

Settings class for ExcelRenderingExtension.

Inheritance
ExcelRenderingExtensionSettings
Implements
Namespace: GrapeCity.ActiveReports.Export.Excel.Page
Assembly: MESCIUS.ActiveReports.Export.Excel.dll
Syntax
[TypeConverter(typeof())]
public sealed class ExcelRenderingExtensionSettings : ISettings

Constructors

Name Description
ExcelRenderingExtensionSettings()
ExcelRenderingExtensionSettings(NameValueCollection)

Properties

Name Description
Author

Gets or sets the name of the author of document.

Categories

Gets or sets the categories of the document.

EnableToggles

Specifies whether to export toggles from table details or groups to collapsible rows.

FileFormat

Indicates whether to use Biff or OpenXml format for the output file. OpenXml is default.

MultiSheet

Indicates whether to generate single-sheet or multisheet document.

OpenXmlStandard

Open XML conformance level.

PageSettings

Returns a ExcelRenderingExtensionPageSettings object for initializing Excel file print setting.

Pagination

Force paginated or galley report layout mode.

RightToLeft

Show sheets right to left. Content will not be mirrored.

Security

Returns a ExcelRenderingExtensionSecurity object for initializing document security.

SheetMode

Specifies how to split the report content into sheets.

SheetName

Sets or returns a value indicating the name of sheet. Sheet is default.

Title

Gets or sets the title of the document.

UseCompression

Gets or sets the value indicating should compression be used on exporting with Xlsx file format. True by default.

UseDefaultPalette

Sets or returns whether export document with Excel default palette.

Methods

Name Description
ApplySettings(NameValueCollection)

Apply settings for the rendering extension.

GetSettings()

Returns a NameValueCollection containing the settings for the rendering extension.

Operators

Name Description
implicit operator NameValueCollection(ExcelRenderingExtensionSettings)

Performs an implicit conversion from Settings to NameValueCollection.