Class TableProcessor.Output
java.lang.Object
org.mapfish.print.processor.jasper.TableProcessor.Output
- Enclosing class:
- TableProcessor
The Output of the processor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
The number of rows in the table.final net.sf.jasperreports.engine.data.JRMapCollectionDataSource
The table datasource.final String
The path to the generated sub-report. -
Method Summary
-
Field Details
-
tableDataSource
public final net.sf.jasperreports.engine.data.JRMapCollectionDataSource tableDataSourceThe table datasource. -
numberOfTableRows
public final int numberOfTableRowsThe number of rows in the table. -
tableSubReport
The path to the generated sub-report. If dynamic is false then this will be null.
-