Interface IStiProcessAtEnd

All Known Implementing Classes:
StiChart, StiContourText, StiCrossCell, StiCrossColumn, StiCrossColumnTotal, StiCrossField, StiCrossHeader, StiCrossRow, StiCrossRowTotal, StiCrossSummary, StiCrossSummaryHeader, StiCrossTitle, StiCrossTotal, StiRichText, StiSimpleText, StiSystemText, StiTableCell, StiTableCellRichText, StiText, StiTextInCells

public interface IStiProcessAtEnd
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets or sets value indicates that a component is processed at the end of the report execution.
    void
    setProcessAtEnd(boolean value)
     
  • Method Details

    • getProcessAtEnd

      boolean getProcessAtEnd()
      Gets or sets value indicates that a component is processed at the end of the report execution.
    • setProcessAtEnd

      void setProcessAtEnd(boolean value)