Table of Contents

Method Export

Namespace
DocWright.Reporting.Export
Assembly
DocWright.Reporting.Export.dll

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

pages ReportPageModel

The paginated report.

output Stream

The stream to write to. It is not closed.

options ReportCsvExportOptions

How to write it, or null for the defaults.

Exceptions

ArgumentNullException

pages or output is null.