//The width will be all the page, except for the width of the header variables
int headerVariablesWidth = getReport().getOptions().getPrintableWidth();
if (!group.getHeaderVariables().isEmpty()){
DJGroupVariable leftmostcol = findLeftMostColumn(group.getHeaderVariables());
headerVariablesWidth = leftmostcol.getColumnToApplyOperation().getPosX().intValue();
if (groupLabelsPresent(group.getHeaderVariables())){
currentValue.setY(height.intValue());
currentValue.setHeight(getHeaderVariablesHeight(group));
}
}