[]
public sealed class HtmlRenderingExtension : ITrackableRenderingExtension, IRenderingExtension, IConfigurable
| Name | Description |
|---|---|
| HtmlRenderingExtension() |
| Name | Description |
|---|---|
| GetSupportedSettings() | Returns the settings supported by a rendering extension. |
| GetSupportedSettings(bool) | Returns the settings supported by a rendering extension. |
| Render(IReport, StreamProvider) | 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. |