public interface JRDataSource
JasperReports provides default implementations of result set, bean collections and bean arrays data sources.
| Modifier and Type | Method and Description |
|---|---|
Object |
getFieldValue(JRField jrField)
Gets the field value for the current position.
|
boolean |
next()
Tries to position the cursor on the next element in the data source.
|
boolean next()
throws JRException
JRException - if any error occurs while trying to move to the next elementObject getFieldValue(JRField jrField) throws JRException
JRExceptionCopyright © 2014. All rights reserved.