proyecto.impresion
Class DataSource
java.lang.Object
proyecto.impresion.DataSource
- All Implemented Interfaces:
- net.sf.jasperreports.engine.JRDataSource
- Direct Known Subclasses:
- RelacionDatasource
class DataSource
- extends Object
- implements net.sf.jasperreports.engine.JRDataSource
Field Summary |
(package private) Object[] |
datos
|
(package private) int |
row
|
Constructor Summary |
DataSource(Object[] datos)
Creates a new instance of JRCVSDataSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
row
int row
datos
Object[] datos
DataSource
public DataSource(Object[] datos)
- Creates a new instance of JRCVSDataSource
getFieldValue
public Object getFieldValue(net.sf.jasperreports.engine.JRField jRField)
throws net.sf.jasperreports.engine.JRException
- Specified by:
getFieldValue
in interface net.sf.jasperreports.engine.JRDataSource
- Throws:
net.sf.jasperreports.engine.JRException
next
public boolean next()
throws net.sf.jasperreports.engine.JRException
- Specified by:
next
in interface net.sf.jasperreports.engine.JRDataSource
- Throws:
net.sf.jasperreports.engine.JRException