| |
|
| java.lang.Object com.salmonllc.jasperReports.SJasperDataSource
SJasperDataSource | public class SJasperDataSource implements JRDataSource(Code) | | Serves as a link between a Jasper Report and a SOFIA DataStore
|
SJasperDataSource | public SJasperDataSource(DataStoreInterface ds)(Code) | | Creates a new SJasperDataSource from the DataStoreBuffer
|
getFieldValue | public Object getFieldValue(JRField jrField) throws JRException(Code) | | Returns the value of a DataStoreField to the Jasper engine
|
next | public boolean next() throws JRException(Code) | | Jumps to the next row in the DataStore
|
reset | public void reset()(Code) | | Resets the DataSource so it can be used to fill another report
|
|
|
|