public boolean configure(final PreviewPane reportPane) {
   reportPane.setClosed(true);
   return true;
 }
 public boolean configure(final PreviewPane reportPane) {
   reportPane.setPageNumber(1);
   return true;
 }