Page 1 of 1

Add text to report

Posted: Mon Jul 14, 2008 3:56 am
by smith82
Hi,

how can i add StiText to StiReport

Dim report As StiReport = New StiReport()
Dim text1 As StiText = New StiText()

text1.text ="Hello world"

and now i would like add text1 to report

Can you give me a example?
Thank you

smith

Add text to report

Posted: Mon Jul 14, 2008 4:59 am
by Vital
Hello,

Please see sample project RuntimeBuildReport from standard delivery.

Thank you.