Method Export
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
pagesReportPageModelThe paginated report.
fontsFontEngineThe font engine, used to rasterize drawn items.
outputStreamThe stream to write to. It is left open.
optionsReportXlsxExportOptionsThe options, or null for the defaults.
Exceptions
- ArgumentNullException
A required argument is null.