net.sf.jasperreports.engine.fill
Interface JRSubreportRunnerFactory
- All Known Implementing Classes:
- JRContinuationSubreportRunnerFactory, JRThreadSubreportRunnerFactory
public interface JRSubreportRunnerFactory
Factory of JRSubreportRunner
instances.
- Version:
- $Id: JRSubreportRunnerFactory.java 3034 2009-08-27 11:58:04Z teodord $
- Author:
- Lucian Chirita ([email protected])
- See Also:
JRProperties.SUBREPORT_RUNNER_FACTORY
SUBREPORT_RUNNER_FACTORY
static final java.lang.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 © 2011. All Rights Reserved.