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
Add text to report
Hello,
Please see sample project RuntimeBuildReport from standard delivery.
Thank you.
Please see sample project RuntimeBuildReport from standard delivery.
Thank you.