Add text to report

Stimulsoft Reports.NET discussion
Post Reply
smith82
Posts: 3
Joined: Mon Jul 14, 2008 3:39 am

Add text to report

Post 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
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Add text to report

Post by Vital »

Hello,

Please see sample project RuntimeBuildReport from standard delivery.

Thank you.
Post Reply