Uses of Interface
net.sf.jasperreports.export.HtmlReportConfiguration
-
Packages that use HtmlReportConfiguration Package Description net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.export Provides exporter input, exporter output and exporter configurations -
-
Uses of HtmlReportConfiguration in net.sf.jasperreports.engine.export
Classes in net.sf.jasperreports.engine.export with type parameters of type HtmlReportConfiguration Modifier and Type Class Description classAbstractHtmlExporter<RC extends HtmlReportConfiguration,C extends HtmlExporterConfiguration>Methods in net.sf.jasperreports.engine.export that return types with arguments of type HtmlReportConfiguration Modifier and Type Method Description protected java.lang.Class<HtmlReportConfiguration>HtmlExporter. getItemConfigurationInterface() -
Uses of HtmlReportConfiguration in net.sf.jasperreports.export
Classes in net.sf.jasperreports.export that implement HtmlReportConfiguration Modifier and Type Class Description classSimpleHtmlReportConfiguration
-