Uses of Class
net.sf.jasperreports.engine.fill.JRSubreportRunResult
-
Packages that use JRSubreportRunResult 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 JRSubreportRunResult in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRSubreportRunResult Modifier and Type Method Description JRSubreportRunResult
AbstractThreadSubreportRunner. resume()
JRSubreportRunResult
JRContinuationSubreportRunner. resume()
JRSubreportRunResult
JRSubreportRunner. resume()
Resumes the filling of a subreport.protected JRSubreportRunResult
JRSubreportRunnable. runResult()
JRSubreportRunResult
AbstractThreadSubreportRunner. start()
JRSubreportRunResult
JRContinuationSubreportRunner. start()
JRSubreportRunResult
JRSubreportRunner. start()
Starts to fill the subreport.protected JRSubreportRunResult
AbstractThreadSubreportRunner. waitResult()
-