report.h1("General Statistics");
report.beginTable();
report.tablePair("Total row count", Format.formatInteger(this.rowCount));
report.tablePair("Missing row count", Format.formatInteger(this.missingCount));
report.endTable();
report.h1("Field Ranges");
report.beginTable();
report.beginRow();
report.header("Name");