Changing Text at Runtime
Posted: Wed Jun 27, 2007 10:06 am
Is it possible to change a text value at runtime?
I have a text control rendering in a page footer which reads 'Page Total'.
On the last page of the report, I want the Text to read 'Report Total'
Tried putting an If..then..else in code checking the current page against the page count, but this resulted in no text being displayed.
Jon.
I have a text control rendering in a page footer which reads 'Page Total'.
On the last page of the report, I want the Text to read 'Report Total'
Tried putting an If..then..else in code checking the current page against the page count, but this resulted in no text being displayed.
Jon.