[]
Provides export of Page and RDL reports to text print (ASCII art).
public class TxtRenderingExtension : IRenderingExtension, IConfigurable
| Name | Description |
|---|---|
| TxtRenderingExtension() |
| 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. |