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

In This Topic
    Render(StringWriter,IReportItem,IBookmarkService) Method
    In This Topic
    Exports content of the report item as a text
    Syntax
    'Declaration
     
    Overloads Sub Render( _
       ByVal stringWriter As StringWriter, _
       ByVal reportItem As IReportItem, _
       Optional ByVal bookmarkService As IBookmarkService _
    ) 

    Parameters

    stringWriter
    reportItem
    bookmarkService
    See Also