com.aspose.words.jasperreports
Class AWHtmlExporter
java.lang.Object
AWAbstractExporter
com.aspose.words.jasperreports.AWHtmlExporter
public class AWHtmlExporter
- extends AWAbstractExporter
Exports a JasperReports report to the HTML format. Use this class to export a report
to the HTML format programmatically.
The following code sample demonstrates the usage of the class:
AWHtmlExporter exporter = new AWHtmlExporter();
exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint);
exporter.setParameter(JRExporterParameter.OUTPUT_FILE_NAME, destFile.toString());
exporter.exportReport();
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AWHtmlExporter
public AWHtmlExporter()