[]
Wrapper over HTML RE with pre-initialized mail message.
public sealed class EmailRenderingExtension : IRenderingExtension, IConfigurable
| Name | Description |
|---|---|
| EmailRenderingExtension() |
| Name | Description |
|---|---|
| MailMessage | Gets the MailMessage produced during the last render operation. |
| Name | Description |
|---|---|
| GetSupportedSettings() | Returns the default settings supported by this rendering extension. |
| GetSupportedSettings(bool) | Returns the settings supported by this rendering extension. |
| Render(IReport, StreamProvider) | Renders the specified report to the provided stream using default settings. |
| Render(IReport, StreamProvider, NameValueCollection) | Renders the specified report to the provided stream using the given settings collection. |
| Render(IReport, StreamProvider, NameValueCollection, CancellationToken) | Renders the specified report to the provided stream using the given settings collection and cancellation support. |