Hi, all,
I have a situation where I have one RPT file, as the main placeholder, with its dataset/datatable as datasource, and
based on different configurations that user can edit, different subreports need to be added to it. I tried adding them with use of
subreportClientDocument = reportClientDocument.SubreportController.ImportSubreport(someName, filePath, section);
but am not sure how to then add them their own datatables that belong to different dataset then the main report's.
Thank you in advance.