121122123124125126127128129130131
while(ds.next()) { // check whether the fill thread was interrupted if (Thread.currentThread().isInterrupted()) { throw new JRFillInterruptedException(); } Object[] record = new Object[fields.length]; for(int i = 0; i < fields.length; i++) {