Click or drag to resize

Seal.Renderer Namespace

 
Classes
 ClassDescription
Public classCellExtensions Extensions to render a ResultCell in a QuestPDF container
Public classCSVRenderer Renderer generating a CSV result of the report view
Public classExcelRenderer Renderer generating an Excel result of the report view, the workbook is built in the ExcelResult of the report
Public classExcelResult 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.
Public classHTML2PDFRenderer Renderer generating a PDF result by converting the HTML result of the report view with a headless browser
Public classHtmlToQuestPdf Renders limited HTML into a QuestPDF container.
Public classHtmlToText Converts limited HTML to plain text with the structure preserved. Usable from any renderer (Excel, Text, ...).
Public classJsonRenderer Renderer generating a Json result of the report view, the result is built in the JsonResult of the report
Public classJsonResult Current Json objects shared by the Json renderer templates during the report execution. The instance is available from the report with Report.JsonResult.
Public classPDFRenderer Renderer generating a PDF result of the report view with QuestPDF, the document is built in the PDFResult of the report
Public classPDFResult 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.
Public classRootRenderer 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.
Public classSkiaSharpHelpers Helpers for image rendering
Public classTextRenderer Renderer generating a plain text result of the report view
Public classXMLRenderer Renderer generating an XML result of the report view