Question Using predefined RDL reports?

genie576

New member
Joined
Oct 18, 2011
Messages
1
Programming Experience
1-3
Hey,
I have fully working reports built in "Microsoft SQL Server 2008 Report Builder 2.0" and I have to call or run them in VB.Net.
What is most easiest way of doing this? I have only two days of deadline remaining. :(
Thanks in advance. :)

PS:
1) I didn't use CrystalReports as i have multiple tables (consequently multiple datasets). So i need to create sub reports on runtime. And i was unable to find a way to create a dynamic report with multiple subreports on run time.
2) I didn't use RDLC, as i had reports working with single table, but as user requirements i need to add multiple tables. Whereas if i add multiple tables, only one DataSource is recognized by report and consequently report is not generated.
 
Back
Top