[]
Exports content of the report item as a text
void Render(StringWriter stringWriter, IReportItem reportItem, IBookmarkService bookmarkService = null)
Type | Name | Description |
---|---|---|
StringWriter | stringWriter | |
IReportItem | reportItem | |
IBookmarkService | bookmarkService |
Exports content of the content range, corresponding to the area, as plain text
void Render(StringWriter stringWriter, ILayoutArea area, IBookmarkService bookmarkService = null)
Type | Name | Description |
---|---|---|
StringWriter | stringWriter | |
ILayoutArea | area | |
IBookmarkService | bookmarkService |