this.errorHandler = IgnoreEverythingReportErrorHandler.INSTANCE;
this.advanceHandler = BeginReportHandler.HANDLER;
this.currentSubReport = -1;
this.currentGroupIndex = ReportState.BEFORE_FIRST_GROUP;
this.currentPresentationGroupIndex = ReportState.BEFORE_FIRST_GROUP;
this.functionStorage = new FunctionStorage();
this.structureFunctionStorage = new FunctionStorage();
this.sequenceCounter = 0;
this.processKey = new ReportStateKey
(null, ReportState.BEFORE_FIRST_ROW, 0, ReportState.BEFORE_FIRST_GROUP, -1, sequenceCounter, false, false);
this.dataFactoryManager = new DataFactoryManager();
this.subReportStorage = new SubReportStorage();