Page 1 of 1

Include reports in vb project

Posted: Sun Feb 07, 2010 8:46 am
by almllery
Hello,

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

Thanks.

Include reports in vb project

Posted: Mon Feb 08, 2010 5:57 am
by Jan
Hello,

You can use following way:

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

Thank you.