Class StiThreads

java.lang.Object
com.stimulsoft.report.engine.engineV2.StiThreads

public class StiThreads extends Object
  • Field Details

    • IsActive

      public boolean IsActive
    • CurrentPage

      public int CurrentPage
    • CurrentColumn

      public int CurrentColumn
    • DestinationName

      public String DestinationName
    • engine

      public StiEngine engine
  • Constructor Details

    • StiThreads

      public StiThreads(StiEngine engine)
  • 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

      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(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()