Add text to report
Posted: Mon Jul 14, 2008 3:56 am
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
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