com.stimulsoft.report.engine.engineV2
Class StiThreads
java.lang.Object
com.stimulsoft.report.engine.engineV2.StiThreads
public class StiThreads
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IsActive
public boolean IsActive
CurrentPage
public int CurrentPage
CurrentColumn
public int CurrentColumn
DestinationName
public java.lang.String DestinationName
engine
public StiEngine engine
StiThreads
public StiThreads(StiEngine engine)
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
public final void SelectThreadFromContainer(StiContainer container)
- Sets the stream to output the specified component. If the stream does not exist then it is
created.
CreateContainerEngine
public final StiEngine CreateContainerEngine(java.lang.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
public final StiContainer GetTemplateContainer()
GetDestinationContainer
public final StiContainer GetDestinationContainer()