net.sf.jasperreports.engine.fill
Interface JRSubreportRunnerFactory
- All Known Implementing Classes:
- JRContinuationSubreportRunnerFactory, JRThreadSubreportRunnerFactory
public interface JRSubreportRunnerFactory
Factory of JRSubreportRunner instances.
- Version:
- $Id: JRSubreportRunnerFactory.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
SUBREPORT_RUNNER_FACTORY
static final String SUBREPORT_RUNNER_FACTORY
- Property specifying the
JRSubreportRunnerFactory
implementation to use for creating subreport runners.
- See Also:
- Constant Field Values
createSubreportRunner
JRSubreportRunner createSubreportRunner(JRFillSubreport fillSubreport,
JRBaseFiller subreportFiller)
- Creates a new
JRSubreportRunner instance.
- Parameters:
fillSubreport - the subreport element of the master reportsubreportFiller - the subreport filler created to fill the subreport
- Returns:
- a new
JRSubreportRunner instance
Copyright © 2012. All Rights Reserved.