*/
public ReportQuery() throws ReportException {
this.results = new ResultColumnList(this);
this.inputs = new InputList(this);
this.subReports = new SubReportList(this);
this.tableFormats = new TableFormatList();
this.rowCount = new RowCount();
this.version = ReportFactory.getActualVersion();
this.cores = new CoresList(this);
CoreFactoryList factory = new CoreFactoryList();