I have Report with 50 Sub report embedded in it . At run time one of the subreport is not retrieving results and I get error as
Database Connector Error- System.Runtime.InteropServices.COMException (0x800002C3): Error in File Main_Mobile 6548_8436_{956F9525-D41E-4809-8FA5-C878BAAB5A10}.rpt:
I want to know which sub report had failed , is there is anyway to get some property of Subreport which could point out to get the GUID number 956F9525-D41E-4809-8FA5-C878BAAB5A10.
Guess , every subreport randomly generates an GUID in run time that is appended to main report.
Any help?