Method Export
Export(ReportPageModel, Stream, ReportTextExportOptions?)
Writes a paginated report as UTF-8 plain text.
public static void Export(ReportPageModel pages, Stream output, ReportTextExportOptions? options = null)
Parameters
pagesReportPageModelThe paginated report.
outputStreamThe stream to write to. It is not closed.
optionsReportTextExportOptionsHow to write it, or null for the defaults.
Exceptions
- ArgumentNullException
pagesoroutputis null.