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.