VB.Net Sub reports problem in SS Reporting Services
Posted
by
user65697
on Programmers
See other posts from Programmers
or by user65697
Published on 2012-09-20T14:10:48Z
Indexed on
2012/09/20
15:50 UTC
Read the original article
Hit count: 383
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
© Programmers or respective owner