Page 1 of 1

Programmatically duplicate a StiText

Posted: Sun Jun 21, 2009 5:09 pm
by Fabio Pagano
I programmatically create a report design. After i've created a specific StiText component, i need to duplicate it (changing only its name).

Is this possible?

Thank you

Programmatically duplicate a StiText

Posted: Mon Jun 22, 2009 1:23 am
by Jan
Hello Fabio,

You can use Clone method of StiText component.

Thank you.