Expression processing at the end of report rendering

By default, the report generator immediately processes all expressions found in text. However, there are times when the expression needs to be processed after the report has been rendered. For example, suppose some variable is being calculated while the report is being rendered. The calculation result is known immediately after the report is rendered, and the calculation result is supposed to be printed on each page of the report. To achieve this, set the value of the Text component's Process At property to true.

 importantWhen the content of a text component is processed at the end of report rendering, the report generator cannot define the true size of the component when outputting. Therefore, automatic resizing of components may fail.