// Add the columns to the report in the whished order
drb.addColumn(colLoginName);
drb.addColumn(colLastName);
drb.addColumn(colFirstName);
drb.addColumn(colEmail);
drb.addColumn(colEnabled);
// Add the usrEnabled field to the report.
drb.addField("usrEnabled", Boolean.class.getName());
drb.setUseFullPageWidth(true); // use full width of the page