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
|
Modifier and Type | Method and Description |
---|---|
protected Class<CsvMetadataReportConfiguration> |
JRCsvMetadataExporter.getItemConfigurationInterface() |
Modifier and Type | Method and Description |
---|---|
protected void |
JRCsvMetadataExporter.exportElements(List<JRPrintElement> elements,
CsvMetadataReportConfiguration configuration,
Map<String,String> currentRow,
Map<String,String> repeatedValues,
boolean hasDefinedColumns) |
protected void |
JRCsvMetadataExporter.exportText(JRPrintText textElement,
CsvMetadataReportConfiguration configuration,
Map<String,String> currentRow,
Map<String,String> repeatedValues,
boolean hasDefinedColumns) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleCsvMetadataReportConfiguration |
Copyright © 2017. All rights reserved.