Table of Contents

Method Export

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

Export(ReportPageModel, FontEngine, Stream, ReportXlsxExportOptions?)

Exports a paginated report to a stream as a workbook.

public static void Export(ReportPageModel pages, FontEngine fonts, Stream output, ReportXlsxExportOptions? options = null)

Parameters

pages ReportPageModel

The paginated report.

fonts FontEngine

The font engine, used to rasterize drawn items.

output Stream

The stream to write to. It is left open.

options ReportXlsxExportOptions

The options, or null for the defaults.

Exceptions

ArgumentNullException

A required argument is null.