[]
Renderer base interface that ReportItems can use to dump content or its part as a plain text.
public interface ITextRenderer : IRenderer
| Name | Description |
|---|---|
| Render(StringWriter, ILayoutArea, IBookmarkService) | Exports content of the content range, corresponding to the area, as plain text |
| Render(StringWriter, IReportItem, IBookmarkService) | Exports content of the report item as a text |