Uses of Class
org.pentaho.reporting.engine.classic.core.SubReport

Packages that use SubReport
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.layout Banded layout management. 
org.pentaho.reporting.engine.classic.core.modules.misc.bsf   
org.pentaho.reporting.engine.classic.core.modules.parser.base Classes for reading XML-based report definitions. 
org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers   
org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers   
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
org.pentaho.reporting.engine.classic.core.wizard   
 

Uses of SubReport in org.pentaho.reporting.engine.classic.core
 

Methods in org.pentaho.reporting.engine.classic.core that return SubReport
 SubReport PageHeader.getSubReport(int index)
          Throws an IndexOutOfBoundsException as page-footer cannot have sub-reports.
 SubReport PageFooter.getSubReport(int index)
          Throws an IndexOutOfBoundsException as page-footer cannot have sub-reports.
 SubReport Watermark.getSubReport(int index)
          Throws an IndexOutOfBoundsException as page-footer cannot have sub-reports.
 SubReport CrosstabSummaryHeader.getSubReport(int index)
          Throws an IndexOutOfBoundsException as page-footer cannot have sub-reports.
 SubReport AbstractRootLevelBand.getSubReport(int index)
          Returns the subreport at the given index-position.
 SubReport DetailsFooter.getSubReport(int index)
          Throws an IndexOutOfBoundsException as page-footer cannot have sub-reports.
 SubReport CrosstabSummaryFooter.getSubReport(int index)
          Throws an IndexOutOfBoundsException as page-footer cannot have sub-reports.
 SubReport CrosstabTitleFooter.getSubReport(int index)
          Throws an IndexOutOfBoundsException as page-footer cannot have sub-reports.
 SubReport RootLevelBand.getSubReport(int index)
          Returns the subreport at the given index-position.
 SubReport DetailsHeader.getSubReport(int index)
          Throws an IndexOutOfBoundsException as page-footer cannot have sub-reports.
 SubReport CrosstabTitleHeader.getSubReport(int index)
          Throws an IndexOutOfBoundsException as page-footer cannot have sub-reports.
 SubReport[] PageHeader.getSubReports()
          Returns an empty array, as page-footer cannot have subreports.
 SubReport[] PageFooter.getSubReports()
          Returns an empty array, as page-footer cannot have subreports.
 SubReport[] Watermark.getSubReports()
          Returns an empty array, as page-footer cannot have subreports.
 SubReport[] CrosstabSummaryHeader.getSubReports()
          Returns an empty array, as page-footer cannot have subreports.
 SubReport[] AbstractRootLevelBand.getSubReports()
          Returns all sub-reports as array.
 SubReport[] DetailsFooter.getSubReports()
          Returns an empty array, as page-footer cannot have subreports.
 SubReport[] CrosstabSummaryFooter.getSubReports()
          Returns an empty array, as page-footer cannot have subreports.
 SubReport[] CrosstabTitleFooter.getSubReports()
          Returns an empty array, as page-footer cannot have subreports.
 SubReport[] RootLevelBand.getSubReports()
          Returns all sub-reports as array.
 SubReport[] DetailsHeader.getSubReports()
          Returns an empty array, as page-footer cannot have subreports.
 SubReport[] CrosstabTitleHeader.getSubReports()
          Returns an empty array, as page-footer cannot have subreports.
 SubReport DefaultReportPreProcessor.performPreProcessing(SubReport definition, DefaultFlowController flowController)
           
 SubReport ReportPreProcessor.performPreProcessing(SubReport definition, DefaultFlowController flowController)
           
 

Methods in org.pentaho.reporting.engine.classic.core with parameters of type SubReport
 void AbstractRootLevelBand.addSubReport(int index, SubReport element)
          Attaches a new subreport at the end of the list.
 void AbstractRootLevelBand.addSubReport(SubReport element)
          Attaches a new subreport at the end of the list.
 SubReport DefaultReportPreProcessor.performPreProcessing(SubReport definition, DefaultFlowController flowController)
           
 SubReport ReportPreProcessor.performPreProcessing(SubReport definition, DefaultFlowController flowController)
           
 void AbstractRootLevelBand.removeSubreport(SubReport e)
          Removes the given subreport from the list of attached sub-reports.
 

Uses of SubReport in org.pentaho.reporting.engine.classic.core.layout
 

Methods in org.pentaho.reporting.engine.classic.core.layout that return SubReport
 SubReport InlineSubreportMarker.getSubreport()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.layout with parameters of type SubReport
InlineSubreportMarker(SubReport subreport, InstanceID insertationPointId, SubReportProcessType processType)
           
 

Uses of SubReport in org.pentaho.reporting.engine.classic.core.modules.misc.bsf
 

Methods in org.pentaho.reporting.engine.classic.core.modules.misc.bsf that return SubReport
 SubReport BSFReportPreProcessor.performPreProcessing(SubReport definition, DefaultFlowController flowController)
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.misc.bsf with parameters of type SubReport
 SubReport BSFReportPreProcessor.performPreProcessing(SubReport definition, DefaultFlowController flowController)
           
 

Uses of SubReport in org.pentaho.reporting.engine.classic.core.modules.parser.base
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.base that return SubReport
 SubReport SubReportReadHandler.getSubReport()
           
 

Uses of SubReport in org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers that return SubReport
 SubReport ExtSubReportReadHandler.getSubReport()
           
 

Uses of SubReport in org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers that return SubReport
 SubReport SimpleSubReportReadHandler.getSubReport()
           
 

Uses of SubReport in org.pentaho.reporting.engine.classic.core.states
 

Methods in org.pentaho.reporting.engine.classic.core.states that return SubReport
 SubReport ReportDefinitionImpl.findSubReport(InstanceID reportID)
           
 SubReport SubReportStorage.restore(FunctionStorageKey key)
           
 

Methods in org.pentaho.reporting.engine.classic.core.states with parameters of type SubReport
static ReportParameterValues StateUtilities.computeParameterValueSet(SubReport report)
           
 void SubReportStorage.store(FunctionStorageKey key, SubReport subReport)
           
 

Uses of SubReport in org.pentaho.reporting.engine.classic.core.wizard
 

Methods in org.pentaho.reporting.engine.classic.core.wizard that return SubReport
 SubReport RelationalAutoGeneratorPreProcessor.performPreProcessing(SubReport definition, DefaultFlowController flowController)
           
 SubReport AggregateFieldPreProcessor.performPreProcessing(SubReport definition, DefaultFlowController flowController)
           
 

Methods in org.pentaho.reporting.engine.classic.core.wizard with parameters of type SubReport
 SubReport RelationalAutoGeneratorPreProcessor.performPreProcessing(SubReport definition, DefaultFlowController flowController)
           
 SubReport AggregateFieldPreProcessor.performPreProcessing(SubReport definition, DefaultFlowController flowController)