| it.businesslogic.ireport.examples.PersonBeansDataSource
PersonBeansDataSource | public class PersonBeansDataSource extends JRAbstractBeanDataSourceProvider (Code) | | |
Method Summary | |
public JRDataSource | create(JasperReport report) | public void | dispose(JRDataSource dataSource) | public JRField[] | getFields(JasperReport report) |
PersonBeansDataSource | public PersonBeansDataSource()(Code) | | |
create | public JRDataSource create(JasperReport report) throws JRException(Code) | | |
dispose | public void dispose(JRDataSource dataSource) throws JRException(Code) | | |
getFields | public JRField[] getFields(JasperReport report) throws JRException(Code) | | |
|
|