}
private boolean configureCrosstabAggregation(final ReportElement element, final AggregationFunction o)
throws ReportProcessingException
{
final CrosstabCell crosstabCell = findCrosstabCell(element);
if (crosstabCell == null)
{
return false;
}
final String columnField = crosstabCell.getColumnField();
final String rowField = crosstabCell.getRowField();
if (columnField == null && rowField == null)
{
// special case handling for detail cells.
// detail cells have no filter, and reset on the innermost column group.