Table of Contents

Method Export

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

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

pages ReportPageModel

The paginated report.

output Stream

The stream to write to. It is not closed.

options ReportTextExportOptions

How to write it, or null for the defaults.

Exceptions

ArgumentNullException

pages or output is null.