globalVariablesGroup.addHeaderVariable(new DJGroupVariable(col, op, style));
return this;
}
public DynamicReportBuilder addGlobalHeaderVariable(AbstractColumn col, DJCalculation op, Style style, DJValueFormatter valueFormatter) {
globalVariablesGroup.addHeaderVariable(new DJGroupVariable(col, op,style,valueFormatter));
return this;
}