Programmatically adding subreports in SSRS
Hi all,
I have created one master report in asp.net. I am having several subreports as templates.
I have to add these sub reports(25 reports) dynamically to the master report depend on some condition.
Atpresent What I am doing is I have embedded all the subreports in to the table row in the master report and hiding those are not necessary. but the time that taking for report loading is very long(hardly 10 to 15 min) whic is not fair.Please tell me way to add that subreports dynamically from Front end coding (C#) so that the necessary will be loaded.
Thanks,
Muthu kumaran.D

