public static final class DataSourceProcessor.Output
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
net.sf.jasperreports.engine.JRDataSource |
jrDataSource
The datasource to be assigned to a report or sub-report detail/table section.
|
| Constructor and Description |
|---|
Output(net.sf.jasperreports.engine.JRDataSource datasource)
Constructor for setting the table data.
|