Class StiPageHelper
java.lang.Object
com.stimulsoft.report.engine.engineV2.StiPageHelper
A class helps to render a page.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidCreateListOfDataBands(StiPage page, ArrayList dataBandsOnPage, ArrayList dataBandsInContainers, ArrayList subReportsOnPage, ArrayList crossTabsOnPage) static StiPageGetPageFromTemplate(StiPage templatePage) Creates a new page on base of the page of the template.static ArrayListGetReportSummaries(StiPage page) Returns the list of ReportSummaryBands.static ArrayListGetReportTitles(StiPage page) Returns the list of ReportTitleBands.static voidPrepareBookmark(StiPage page) static voidpreparePointer(StiPage page) static voidRenderOverlays(StiPage masterPage, StiPage renderedPage) static voidRenderPage(StiPage page) Prints the specified page.static voidRenderSimpleComponents(StiPage page, StiContainer outContainer) Prints all simple components on a page.
-
Constructor Details
-
StiPageHelper
public StiPageHelper()
-
-
Method Details
-
CreateListOfDataBands
-
GetReportTitles
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
Returns the list of ReportSummaryBands. -
RenderSimpleComponents
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
-
preparePointer
-
RenderPage
Prints the specified page. -
RenderOverlays
-
GetPageFromTemplate
Creates a new page on base of the page of the template.
-