net.sf.jasperreports.engine
public interface JRSubreportReturnValue extends JRCloneable
Modifier and Type | Method and Description |
---|---|
byte |
getCalculation()
Deprecated.
Replaced by
getCalculationValue() |
CalculationEnum |
getCalculationValue()
Returns the calculation type.
|
java.lang.String |
getIncrementerFactoryClassName()
Returns the incrementer factory class name.
|
java.lang.String |
getSubreportVariable()
Returns the name of the subreport variable whose value should be copied.
|
java.lang.String |
getToVariable()
Returns the name of the master report variable where the value should be copied.
|
clone
java.lang.String getSubreportVariable()
java.lang.String getToVariable()
byte getCalculation()
getCalculationValue()
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.
java.lang.String getIncrementerFactoryClassName()
The factory will be used to increment the value of the master report variable with the value from the subreport.
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com