| | Class | Description |
|---|
 | CellExtensions |
Extensions to render a ResultCell in a QuestPDF container
|
 | CSVRenderer |
Renderer generating a CSV result of the report view
|
 | ExcelRenderer |
Renderer generating an Excel result of the report view, the workbook is built in the ExcelResult of the report
|
 | ExcelResult |
Current Excel objects (package, workbook, worksheet and current position) shared by the Excel renderer templates during the report execution. The instance is available from the report with Report.ExcelResult.
|
 | HTML2PDFRenderer |
Renderer generating a PDF result by converting the HTML result of the report view with a headless browser
|
 | HtmlToQuestPdf |
Renders limited HTML into a QuestPDF container.
|
 | HtmlToText |
Converts limited HTML to plain text with the structure preserved. Usable from any renderer (Excel, Text, ...).
|
 | JsonRenderer |
Renderer generating a Json result of the report view, the result is built in the JsonResult of the report
|
 | JsonResult |
Current Json objects shared by the Json renderer templates during the report execution. The instance is available from the report with Report.JsonResult.
|
 | PDFRenderer |
Renderer generating a PDF result of the report view with QuestPDF, the document is built in the PDFResult of the report
|
 | PDFResult |
Current PDF objects shared by the PDF renderer templates during the report execution. The instance is available from the report with Report.PDFResult. The QuestPDF objects are used by the PDF renderer, the Puppeteer objects by the HTML to PDF renderer.
|
 | RootRenderer |
Base class of all renderers. A renderer generates the result of a report view in a given format (Excel, PDF, CSV, Json, Text, XML) using a renderer template.
|
 | SkiaSharpHelpers |
Helpers for image rendering
|
 | TextRenderer |
Renderer generating a plain text result of the report view
|
 | XMLRenderer |
Renderer generating an XML result of the report view
|