Name | Description | |
---|---|---|
ExcelRenderingExtensionSettings Constructor | Overloaded. |
The following tables list the members exposed by ExcelRenderingExtensionSettings.
Name | Description | |
---|---|---|
ExcelRenderingExtensionSettings Constructor | Overloaded. |
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 | Applies any settings passed in the NameValueCollection settings parameters. | |
GetSettings | Gets the settings for rendering a report to Excel. |
Implicit Type Conversion | Performs an implicit conversion from Settings to System.Collections.Specialized.NameValueCollection. |