// ADD ALL USED FIELDS to the report.
// drb.addField("rigType", Integer.class.getName());
drb.setUseFullPageWidth(true); // use full width of the page
dr = drb.build(); // build the report
// Get information from database
OrderService sv = (OrderService) SpringUtil.getBean("orderService");
List<Orderposition> resultList = sv.getOrderpositionsByOrder(getOrder());