public class DynamicReportsHelper extends Object
| Constructor and Description |
|---|
DynamicReportsHelper(String reportType,
String title,
String filename,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
export(List items,
net.sf.dynamicreports.report.builder.column.ColumnBuilder... columns)
Trigger the exportation.
|
public void export(List items, net.sf.dynamicreports.report.builder.column.ColumnBuilder... columns)
items - list of beans to export.columns - columns to export.Copyright © 2014. All rights reserved.