[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.ITextRenderer.Render

Render Method

Render(StringWriter, IReportItem, IBookmarkService)

Exports content of the report item as a text

Declaration
void Render(StringWriter stringWriter, IReportItem reportItem, IBookmarkService bookmarkService = null)
Parameters
Type Name Description
StringWriter stringWriter
IReportItem reportItem
IBookmarkService bookmarkService

Render(StringWriter, ILayoutArea, IBookmarkService)

Exports content of the content range, corresponding to the area, as plain text

Declaration
void Render(StringWriter stringWriter, ILayoutArea area, IBookmarkService bookmarkService = null)
Parameters
Type Name Description
StringWriter stringWriter
ILayoutArea area
IBookmarkService bookmarkService