Interface DynamicExporter

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface DynamicExporter
    • Method Detail

      • export

        void export​(net.sf.dynamicreports.jasper.builder.JasperReportBuilder builder,
                    OutputStream stream)
             throws net.sf.dynamicreports.report.exception.DRException
        Throws:
        net.sf.dynamicreports.report.exception.DRException