Include reports in vb project

Stimulsoft Reports.NET discussion
Post Reply
almllery
Posts: 2
Joined: Sun Feb 07, 2010 8:43 am
Location: The Netherlands

Include reports in vb project

Post by almllery »

Hello,

How should I render the reports after I include them into the vb project?

Thanks.
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Include reports in vb project

Post by Jan »

Hello,

You can use following way:

Dim Report As MyReport = new MyReport()
Report.Render()

Thank you.
Post Reply