|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReportDSFactory
Method Summary | |
---|---|
net.sf.jasperreports.engine.JRDataSource |
getDataSource(java.util.List data)
Crea un data source para Jasper usando los datos del reporte. |
net.sf.jasperreports.engine.JRDataSource |
getDataSource(java.util.List data,
java.lang.String[] colNames)
Crea un data source para Jasper usando los datos del reporte. |
Method Detail |
---|
net.sf.jasperreports.engine.JRDataSource getDataSource(java.util.List data) throws ReportException
getDataSource(List, null)
.
ReportException
getDataSource(List, String[])
net.sf.jasperreports.engine.JRDataSource getDataSource(java.util.List data, java.lang.String[] colNames) throws ReportException
data
- Los datos del reporte. Puede ser null.colNames
- Los nombres de las columnas (solo es necesario cuando cada
elemento es un arreglo).
ReportException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |