[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.ITextRenderer

ITextRenderer Interface

Renderer base interface that ReportItems can use to dump content or its part as a plain text.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ITextRenderer : IRenderer

Methods

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

Extension Methods