com.stimulsoft.report.components.interfaces
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
 boolean getProcessAtEnd()
          Gets or sets value indicates that a component is processed at the end of the report execution.
 void setProcessAtEnd(boolean value)
           
 

Method Detail

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)