Namespace DocWright.Reporting.Export
Classes
- ReportCsvExportOptions
How ReportCsvExporter writes a report's data.
- ReportCsvExporter
Writes a paginated report's data as delimited text: one record per row of a data region, one field per column.
- ReportDocxExportOptions
What ReportDocxExporter writes.
- ReportDocxExporter
Lowers a paginated report into a Word document.
- ReportTextExportOptions
How ReportTextExporter writes a report as plain text.
- ReportTextExporter
Writes a paginated report as plain text: the lines of every textbox, in the order they are read, one block of text per page.
- ReportXlsxExportOptions
Options for exporting a paginated report to a workbook.
- ReportXlsxExporter
Writes a paginated report to a SpreadsheetML workbook.
Enums
- ReportDocxLayout
How a report's pages become a Word document.
- ReportXlsxSheets
How a report's pages are laid out across worksheets.