i perform a postprocessing step for my reports when EndRender-Event is fired. I loop over all rendered pages of the report and do some changes to Text-Components (i.e instances of StiText class). I change for example color, style (bold / italic) and size of font. Everything works as expected, but i have one problem.
The properties CanGrow, GrowToHeight and WordWrap of StiText instance i set to true.
Code: Select all
GrowToHeight = true,
WordWrap = true,
CanGrow = true
Is it somehow possible to force the GrowtoHeight action again in post rendering?
Thanks and kind regards
Thorsten Pontow