Hello,
How should I render the reports after I include them into the vb project?
Thanks.
Include reports in vb project
Include reports in vb project
Hello,
You can use following way:
Dim Report As MyReport = new MyReport()
Report.Render()
Thank you.
You can use following way:
Dim Report As MyReport = new MyReport()
Report.Render()
Thank you.