Method Export
Export(ReportPageModel, FontEngine, Stream, ReportDocxExportOptions?)
Writes a paginated report as a .docx package.
public static void Export(ReportPageModel pages, FontEngine fonts, Stream output, ReportDocxExportOptions? options = null)
Parameters
pagesReportPageModelThe paginated report.
fontsFontEngineThe fonts to rasterize charts, gauges and custom items with.
outputStreamThe stream to write to. It is not closed.
optionsReportDocxExportOptionsWhat to write, or null for the defaults.
Exceptions
- ArgumentNullException
A required argument is null.