Packagestimulsoft.report.engine.engineV2
Classpublic class StiThreads
InheritanceStiThreads Inheritance Object



Public Properties
 PropertyDefined By
  currentColumn : int = -1
StiThreads
  currentPage : int = -1
StiThreads
  destinationName : String = null
StiThreads
  engine : StiEngine = null
StiThreads
  isActive : Boolean = false
StiThreads
Public Methods
 MethodDefined By
  
StiThreads
  
createContainerEngine(destinationName:String, report:StiReport, masterEngine:StiEngine, indexOfStartRenderedPages:int):StiEngine
Creates a new engine sample to output in the specified container.
StiThreads
  
StiThreads
  
newPage():void
Prepares a new page to output a container.
StiThreads
  
Sets the stream to output the specified component.
StiThreads
Property Detail
currentColumnproperty
public var currentColumn:int = -1

currentPageproperty 
public var currentPage:int = -1

destinationNameproperty 
public var destinationName:String = null

engineproperty 
public var engine:StiEngine = null

isActiveproperty 
public var isActive:Boolean = false

Constructor Detail
StiThreads()Constructor
public function StiThreads(engine:StiEngine)



Parameters
engine:StiEngine
Method Detail
createContainerEngine()method
public function createContainerEngine(destinationName:String, report:StiReport, masterEngine:StiEngine, indexOfStartRenderedPages:int):StiEngine

Creates a new engine sample to output in the specified container. "destinationName" > A name of a container that will process output. "report" > "masterEngine" > An engine that outputs bands on a page. "indexOfStartRenderedPages" > An index of a page. Starting with it output of the current page began.

Parameters

destinationName:String
 
report:StiReport
 
masterEngine:StiEngine
 
indexOfStartRenderedPages:int

Returns
StiEngine
getDestinationContainerWP()method 
public function getDestinationContainerWP():StiContainer

Returns
StiContainer
newPage()method 
public function newPage():void

Prepares a new page to output a container. A new page is not always a page of a report. This be a new container.

selectThreadFromContainer()method 
public function selectThreadFromContainer(container:StiContainer):void

Sets the stream to output the specified component. If the stream does not exist then it is created.

Parameters

container:StiContainer