Class DataSourceProcessor.Output
java.lang.Object
org.mapfish.print.processor.jasper.DataSourceProcessor.Output
- Enclosing class:
- DataSourceProcessor
Contains the datasource output.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal net.sf.jasperreports.engine.JRDataSource
The datasource to be assigned to a report or sub-report detail/table section. -
Constructor Summary
ConstructorsConstructorDescriptionOutput
(net.sf.jasperreports.engine.JRDataSource datasource) Constructor for setting the table data. -
Method Summary
-
Field Details
-
jrDataSource
public final net.sf.jasperreports.engine.JRDataSource jrDataSourceThe datasource to be assigned to a report or sub-report detail/table section.
-
-
Constructor Details
-
Output
public Output(@Nonnull net.sf.jasperreports.engine.JRDataSource datasource) Constructor for setting the table data.- Parameters:
datasource
- the table data
-