Uses of Class
net.sf.jasperreports.engine.base.JRBaseSubreportReturnValue
-
Packages that use JRBaseSubreportReturnValue Package Description net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. -
-
Uses of JRBaseSubreportReturnValue in net.sf.jasperreports.engine.base
Methods in net.sf.jasperreports.engine.base that return JRBaseSubreportReturnValue Modifier and Type Method Description JRBaseSubreportReturnValueJRBaseObjectFactory. getSubreportReturnValue(JRSubreportReturnValue returnValue) -
Uses of JRBaseSubreportReturnValue in net.sf.jasperreports.engine.design
Subclasses of JRBaseSubreportReturnValue in net.sf.jasperreports.engine.design Modifier and Type Class Description classJRDesignSubreportReturnValueImplementation ofJRSubreportReturnValueto be used for report design purposes.
-