[]
Allows for the creation of an excel spreadsheet containing rendered data from a report.
public class ExcelTransformationDevice : IRenderingExtension, IConfigurable
This export export allows to export just table data without layout-related expressions (page number, etc.), with a lot of limitation: but the data looks similar to layout and export has good performance.
| Name | Description |
|---|---|
| ExcelTransformationDevice() |
| Name | Description |
|---|---|
| GetSupportedSettings() | Gets the settings that are supported for rendering a report to Excel. |
| GetSupportedSettings(bool) | Gets the settings that are supported for rendering a report to Excel. |
| Render(IReport, StreamProvider) | Renders the IReport to the Excel file defined in streams with default settings. |
| Render(IReport, StreamProvider, NameValueCollection) | Renders the IReport to the Excel file defined in streams with the defined settings. |
| Render(IReport, StreamProvider, NameValueCollection, CancellationToken) | Renders the IReport to the Excel file defined in streams with the defined settings. |
| Render(IReport, StreamProvider, CancellationToken) | Renders the IReport to the Excel file defined in streams with default settings. |