// AutoText.POSITION_FOOTER, HorizontalBandAlignment.CENTER);
// footerText.setStyle(djrst.getFooterStyle());
// drb.addAutoText(footerText);
// ADD ALL USED FIELDS to the report.
drbContent.addField("rigType", Integer.class.getName());
drbContent.setUseFullPageWidth(true); // use full width of the page
DynamicReport drContent;
drContent = drbContent.build(); // build the report