public interface JRSubreportReturnValue extends JRCloneable
| Modifier and Type | Method and Description |
|---|---|
CalculationEnum |
getCalculationValue()
Returns the calculation type.
|
String |
getIncrementerFactoryClassName()
Returns the incrementer factory class name.
|
String |
getSubreportVariable()
Returns the name of the subreport variable whose value should be copied.
|
String |
getToVariable()
Returns the name of the master report variable where the value should be copied.
|
cloneString getSubreportVariable()
String getToVariable()
CalculationEnum getCalculationValue()
When copying the value from the subreport, a formula can be applied such that sum, maximum, average and so on can be computed.
String getIncrementerFactoryClassName()
The factory will be used to increment the value of the master report variable with the value from the subreport.
Copyright © 2014. All rights reserved.