Please, try to change argument of next method:
Code: Select all
aReport.Dictionary.SynchronizeBusinessObjects(5);
Code: Select all
aReport.Dictionary.SynchronizeBusinessObjects(5);
Code: Select all
MainObject = MainClass.Create();
MainObject.ChildObjects = new List <ChildClass> () { new ChildClass() };
RegBusinessObject (MainObject);