com.highqsoft.jasper.dataSource

Class ValueMatrixDataSource

Specified by:
getFieldValue in interface net.sf.jasperreports.engine.JRDataSource
Parameters:
arg0, - the field.
Returns:
the requested field value.
Throws:
net.sf.jasperreports.engine.JRException
See Also:
JRDataSource.getFieldValue(net.sf.jasperreports.engine.JRField)
  • next

    public boolean next()
                 throws net.sf.jasperreports.engine.JRException
    Set the index to th enext point in the valuematrix.
    Specified by:
    next in interface net.sf.jasperreports.engine.JRDataSource
    Returns:
    true if there are more points left.
    Throws:
    net.sf.jasperreports.engine.JRException
    See Also:
    JRDataSource.next()
  • moveFirst

    public void moveFirst()
                   throws net.sf.jasperreports.engine.JRException
    Move the index to the first point.
    Specified by:
    moveFirst in interface net.sf.jasperreports.engine.JRRewindableDataSource
    Throws:
    net.sf.jasperreports.engine.JRException
    See Also:
    JRRewindableDataSource.moveFirst()