builder.addRowDimension("Row-A");
builder.addRowDimension("Row-B");
builder.addOtherDimension("Other-A");
builder.addOtherDimension("Other-B");
builder.addColumnDimension("Col-A");
builder.addColumnDimension("Col-B");
MasterReport report = builder.createReport();
report.setAutoSort(Boolean.TRUE);
ReportPreProcessor reportPreProcessor = create();
MasterReport materialized = materializePreData(report, reportPreProcessor);