Uses of Class
com.stimulsoft.report.engine.engineV2.StiEngine

Packages that use StiEngine
com.stimulsoft.report   
com.stimulsoft.report.engine.engineV2   
 

Uses of StiEngine in com.stimulsoft.report
 

Fields in com.stimulsoft.report declared as StiEngine
 StiEngine StiReport.engine
           
 

Methods in com.stimulsoft.report that return StiEngine
 StiEngine StiReport.getEngine()
           
 

Methods in com.stimulsoft.report with parameters of type StiEngine
 void StiReport.setEngine(StiEngine value)
           
 

Uses of StiEngine in com.stimulsoft.report.engine.engineV2
 

Fields in com.stimulsoft.report.engine.engineV2 declared as StiEngine
 StiEngine StiThreads.engine
           
 StiEngine StiStaticBandsHelper.engine
           
 StiEngine StiProgressHelper.engine
           
 StiEngine StiPrintAtBottom.engine
           
 StiEngine StiPageNumberHelper.engine
           
 StiEngine StiFootersOnAllPages.engine
           
 StiEngine StiEmptyBandsV2Helper.engine
           
 StiEngine StiColumnsOnPanel.engine
           
 StiEngine StiColumnsOnDataBand.engine
           
 StiEngine StiBreakableHelper.engine
           
 StiEngine StiBandsOnAllPages.engine
           
 StiEngine StiEngine.masterEngine
           
 

Methods in com.stimulsoft.report.engine.engineV2 that return StiEngine
 StiEngine StiThreads.CreateContainerEngine(java.lang.String destinationName, StiReport report, StiEngine masterEngine, int indexOfStartRenderedPages)
          Creates a new engine sample to output in the specified container.
 StiEngine StiEngine.getMasterEngine()
          If an engine is slave then this reference indicates the parent report engine.
 

Methods in com.stimulsoft.report.engine.engineV2 that return types with arguments of type StiEngine
 java.util.Hashtable<java.lang.String,StiEngine> StiEngine.getSlaveEngines()
          Contains a list of Slave Engines.
 

Methods in com.stimulsoft.report.engine.engineV2 with parameters of type StiEngine
 StiEngine StiThreads.CreateContainerEngine(java.lang.String destinationName, StiReport report, StiEngine masterEngine, int indexOfStartRenderedPages)
          Creates a new engine sample to output in the specified container.
 void StiEngine.setMasterEngine(StiEngine value)
           
 

Constructors in com.stimulsoft.report.engine.engineV2 with parameters of type StiEngine
StiBandsOnAllPages(StiEngine engine)
           
StiBreakableHelper(StiEngine engine)
           
StiColumnsContainer(StiEngine engine)
           
StiColumnsOnDataBand(StiEngine engine)
           
StiColumnsOnPanel(StiEngine engine)
           
StiEmptyBandsV2Helper(StiEngine engine)
           
StiFootersOnAllPages(StiEngine engine)
           
StiPageNumberHelper(StiEngine engine)
           
StiPrintAtBottom(StiEngine engine)
           
StiProgressHelper(StiEngine engine)
           
StiStaticBandsHelper(StiEngine engine)
           
StiThreads(StiEngine engine)