Interface ReportExporter

All Known Implementing Classes:
CsvReportExporter, HtmlReportExporter, PdfReportExporter, XlsxReportExporter

public interface ReportExporter
Renders a Report to a file. Implement to add custom formats.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    export(Report report, Path path)