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