Class StiThreads
java.lang.Object
com.stimulsoft.report.engine.engineV2.StiThreads
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StiEngineCreateContainerEngine(String destinationName, StiReport report, StiEngine masterEngine, int indexOfStartRenderedPages) Creates a new engine sample to output in the specified container.final StiContainerfinal StiContainerfinal voidNewPage()Prepares a new page to output a container.final voidSelectThreadFromContainer(StiContainer container) Sets the stream to output the specified component.
-
Field Details
-
IsActive
public boolean IsActive -
CurrentPage
public int CurrentPage -
CurrentColumn
public int CurrentColumn -
DestinationName
-
engine
-
-
Constructor Details
-
StiThreads
-
-
Method Details
-
NewPage
public final void NewPage()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
Sets the stream to output the specified component. If the stream does not exist then it is created. -
CreateContainerEngine
public final StiEngine CreateContainerEngine(String destinationName, StiReport report, StiEngine masterEngine, int indexOfStartRenderedPages) Creates a new engine sample to output in the specified container.- Parameters:
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.- Returns:
-
GetTemplateContainer
-
GetDestinationContainer
-