Embed SSRS Subreport into Main Report?

I think this is possible BUT you need to give the reportviewer the subreports definition and the necessary datasources.

Up vote 0 down vote favorite share g+ share fb share tw.

Is it possible to Embded a subreport into the main SSRS report, such that when I execute the main report subreport also gets loaded and executed (Local Reports). In my application RDLs are stored in the database and when executed, RDL is fetched from Database and loaded in SSRS Report Viewer Locally. This concept will not work if I have sub reports.

I can load the Subreports in the database and link those to the main report, but was looking if I can just simply embed the report in the Main Report. Reporting-services ssrs-2008 ssrs-reports link|improve this question asked Feb 15 '11 at 6:41rsapru169214 88% accept rate.

I think this is possible BUT you need to give the reportviewer the subreports definition and the necessary datasources. ReportViewer.LocalReport. LoadSubreportDefinition(def); And then somehow assign datasources, I haven't done this before but I hope that might point you in the right direction.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions