this.zoomModel = new ZoomModel();
this.zoomModel.addZoomModelListener(new ZoomUpdateHandler());
this.bandedContext = computeBandedContext(parentContext);
this.dataSchemaManager = new AsynchronousDataSchemaManager(masterReportElement, report);
this.dataSchemaManager.addChangeListener(new DataSchemaManagerUpdateHandler());
if (!computationTarget)
{
this.inspectionRunner = new AutoInspectionRunner(this);