Class StiPageHelper

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

public class StiPageHelper extends Object
A class helps to render a page.
  • Constructor Details

    • StiPageHelper

      public StiPageHelper()
  • Method Details

    • CreateListOfDataBands

      public static void CreateListOfDataBands(StiPage page, ArrayList dataBandsOnPage, ArrayList dataBandsInContainers, ArrayList subReportsOnPage, ArrayList crossTabsOnPage)
    • GetReportTitles

      public static ArrayList GetReportTitles(StiPage page)
      Returns the list of ReportTitleBands. If the TitleBeforeHeader property is true then empty collection is returned, because all ReportTitleBand in this case a statis bands.
    • GetReportSummaries

      public static ArrayList GetReportSummaries(StiPage page)
      Returns the list of ReportSummaryBands.
    • RenderSimpleComponents

      public static void RenderSimpleComponents(StiPage page, StiContainer outContainer)
      Prints all simple components on a page. DataBands The result of print is output into the specified container.
      Parameters:
      page - A page for simple components processing.
      outContainer - A container to output the result of printing.
    • PrepareBookmark

      public static void PrepareBookmark(StiPage page)
    • preparePointer

      public static void preparePointer(StiPage page)
    • RenderPage

      public static void RenderPage(StiPage page)
      Prints the specified page.
    • RenderOverlays

      public static void RenderOverlays(StiPage masterPage, StiPage renderedPage)
    • GetPageFromTemplate

      public static StiPage GetPageFromTemplate(StiPage templatePage)
      Creates a new page on base of the page of the template.