ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / ITextRenderer Interface / Render Method / Render(StringWriter,ILayoutArea,IBookmarkService) Method

In This Topic
    Render(StringWriter,ILayoutArea,IBookmarkService) Method
    In This Topic
    Exports content of the content range, corresponding to the area, as plain text
    Syntax
    'Declaration
     
    Overloads Sub Render( _
       ByVal stringWriter As StringWriter, _
       ByVal area As ILayoutArea, _
       Optional ByVal bookmarkService As IBookmarkService _
    ) 

    Parameters

    stringWriter
    area
    bookmarkService
    See Also