com.aspose.words.jasperreports
Class AWRtfExporter
java.lang.Object
AWAbstractExporter
com.aspose.words.jasperreports.AWRtfExporter
public class AWRtfExporter
- extends AWAbstractExporter
Exports a JasperReports report to the RTF format. Use this class to export a report
to the RTF format programmatically.
The following code sample demonstrates the usage of the class:
AWRtfExporter exporter = new AWRtfExporter();
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 |
AWRtfExporter
public AWRtfExporter()