I can't find any information on this in the COT website -- I have created a custom report -- works great. If I create a second custom report and use that as the subreport for the first -- should I expect it to work? Are there any known "gotchas" I need to be aware of?
Thanks
- Dave
-
OK. I think I found the answer to my own question. As the out of the box report handling uses the LocalReport class, the Microsoft documentation at
http://msdn.microsoft.com/en-us/libra...
points out ...
"The LoadReportDefinition method can be used in cases where the report definition is dynamically generated.
If the loaded report definition contains any subreports, you must call LoadSubreportDefinition and provide data for any subreports...."
- Dave -
-
-