Uses of Interface
net.sf.jasperreports.engine.fill.JRSubreportRunnerFactory
-
Packages that use JRSubreportRunnerFactory 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 JRSubreportRunnerFactory in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRSubreportRunnerFactory Modifier and Type Class Description class
JRContinuationSubreportRunnerFactory
JRContinuationSubreportRunner
subreport runners factory.class
JRThreadSubreportRunnerFactory
JRThreadSubreportRunner
subreport runners factory.class
ThreadPoolSubreportRunnerFactory
Methods in net.sf.jasperreports.engine.fill that return JRSubreportRunnerFactory Modifier and Type Method Description protected JRSubreportRunnerFactory
JRFillSubreport. getRunnerFactory()
-