public interface JRSubreportRunnerFactory
JRSubreportRunner instances.| Modifier and Type | Field and Description |
|---|---|
static String |
SUBREPORT_RUNNER_FACTORY
Property specifying the
JRSubreportRunnerFactory
implementation to use for creating subreport runners. |
| Modifier and Type | Method and Description |
|---|---|
JRSubreportRunner |
createSubreportRunner(JRFillSubreport fillSubreport,
JRBaseFiller subreportFiller)
Creates a new
JRSubreportRunner instance. |
static final String SUBREPORT_RUNNER_FACTORY
JRSubreportRunnerFactory
implementation to use for creating subreport runners.JRSubreportRunner createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)
JRSubreportRunner instance.fillSubreport - the subreport element of the master reportsubreportFiller - the subreport filler created to fill the subreportJRSubreportRunner instanceCopyright © 2017. All rights reserved.