[]
Renders report layout to excel file.
public sealed class ExcelRenderingExtension : ITrackableRenderingExtension, IRenderingExtension, IConfigurable
In comparison to ExcelTransformationDevice it doesn't use templates and try to obtain layout, not plain data. In comparison to XlsExport it doesn't use any intermediate formats, so output can be more WYSIWYG.
Name | Description |
---|---|
ExcelRenderingExtension() |
Name | Description |
---|---|
GetSupportedSettings() | Gets the supported settings. |
GetSupportedSettings(bool) | Gets the supported settings. |
Render(IReport, StreamProvider) | Renders the specified report. |
Render(IReport, StreamProvider, ExcelRenderingExtensionSettings, CancellationToken, IProgress<ProgressInfo>) | Renders the specified report. |
Render(IReport, StreamProvider, NameValueCollection) | Renders the specified report. |
Render(IReport, StreamProvider, NameValueCollection, CancellationToken) | Renders the specified report. |
Render(IReport, StreamProvider, NameValueCollection, CancellationToken, IProgress<ProgressInfo>) | Renders the specified report. |