Uses of Class
org.pentaho.reporting.engine.classic.core.states.process.SubReportProcessType

Packages that use SubReportProcessType
org.pentaho.reporting.engine.classic.core.function The function package contains statefull functions and stateless expression for JFreeReport. 
org.pentaho.reporting.engine.classic.core.layout Banded layout management. 
org.pentaho.reporting.engine.classic.core.layout.output   
org.pentaho.reporting.engine.classic.core.modules.output.csv A plain CSV output. 
org.pentaho.reporting.engine.classic.core.modules.output.xml DEPRECATED The XML output generates a xml representation of the generated output. 
org.pentaho.reporting.engine.classic.core.states.process   
 

Uses of SubReportProcessType in org.pentaho.reporting.engine.classic.core.function
 

Methods in org.pentaho.reporting.engine.classic.core.function with parameters of type SubReportProcessType
 void OutputFunction.clearInlineSubreports(SubReportProcessType processType)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout that return SubReportProcessType
 SubReportProcessType InlineSubreportMarker.getProcessType()
           
 

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

Uses of SubReportProcessType in org.pentaho.reporting.engine.classic.core.layout.output
 

Methods in org.pentaho.reporting.engine.classic.core.layout.output with parameters of type SubReportProcessType
 void DefaultOutputFunction.clearInlineSubreports(SubReportProcessType inlineExecution)
           
 

Uses of SubReportProcessType in org.pentaho.reporting.engine.classic.core.modules.output.csv
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.csv with parameters of type SubReportProcessType
 void CSVWriter.clearInlineSubreports(SubReportProcessType inlineExecution)
           
 

Uses of SubReportProcessType in org.pentaho.reporting.engine.classic.core.modules.output.xml
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.xml with parameters of type SubReportProcessType
 void XMLWriter.clearInlineSubreports(SubReportProcessType inlineExecution)
          Deprecated.  
 

Uses of SubReportProcessType in org.pentaho.reporting.engine.classic.core.states.process
 

Fields in org.pentaho.reporting.engine.classic.core.states.process declared as SubReportProcessType
static SubReportProcessType SubReportProcessType.BANDED
           
static SubReportProcessType SubReportProcessType.INLINE
           
 

Methods in org.pentaho.reporting.engine.classic.core.states.process that return SubReportProcessType
 SubReportProcessType ProcessState.getSubreportProcessingType()
           
 

Methods in org.pentaho.reporting.engine.classic.core.states.process with parameters of type SubReportProcessType
static int InlineSubreportProcessor.findNextIndex(InlineSubreportMarker[] markers, SubReportProcessType type, int startIndex)