* @param calculationValue the calculation type
* @see net.sf.jasperreports.engine.JRSubreportReturnValue#getCalculation()
*/
public void setCalculation(CalculationEnum calculationValue)
{
CalculationEnum old = this.calculationValue;
this.calculationValue = calculationValue;
getEventSupport().firePropertyChange(PROPERTY_CALCULATION, old, this.calculationValue);
}