Uses of Class
net.sf.jasperreports.engine.fill.SimpleJasperReportSource
-
Packages that use SimpleJasperReportSource Package Description net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of SimpleJasperReportSource in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return SimpleJasperReportSource Modifier and Type Method Description static SimpleJasperReportSource
SimpleJasperReportSource. from(JasperReport report)
static SimpleJasperReportSource
SimpleJasperReportSource. from(JasperReport report, String reportLocation, RepositoryResourceContext reportContext)
-