[]
Settings class for ExcelRenderingExtension.
[TypeConverter(typeof())]
public sealed class ExcelRenderingExtensionSettings : ISettings
Name | Description |
---|---|
ExcelRenderingExtensionSettings() | |
ExcelRenderingExtensionSettings(NameValueCollection) |
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. |
Name | Description |
---|---|
ApplySettings(NameValueCollection) | Apply settings for the rendering extension. |
GetSettings() | Returns a NameValueCollection containing the settings for the rendering extension. |
Name | Description |
---|---|
implicit operator NameValueCollection(ExcelRenderingExtensionSettings) | Performs an implicit conversion from Settings to NameValueCollection. |