public void print(CombinedReportCreator cCreator) throws ClipsException {
FormReportCreator creater = cCreator.createFormReporter(getClass(), 1);
HashMap<String, Object> extraFields = getPrintFields();
creater.createReport(null, null, extraFields.entrySet(), null);
creater.finish();
}
public HashMap<String, Object> getPrintFields() throws ClipsException {
HashMap<String, Object> extraFields = new HashMap<String, Object>();