VB.Net Sub reports problem in SS Reporting Services
- by user65697
I am trying to transfer over some MS Access reports to VB.Net via sql reporting services.
Currently using VB.Net in Visual Studio 2008.
I have 5 sub reports that need to run.
Depending on the user selection any number of them can show at one time in the report viewer.
So I assume I need to use a main report which holds the sub reports.
How do I populate the data for each sub report when the main container report loads?
Do I need to set the datasource of each subreport dynamically?
Do I also need to dynamically load the subreports into the report viewer?
Any code appreciated.
Thanks