1. When I try to drop the BO on the inherited report I get the error that it does not implement the IContainerControl interface. What code do I need to implement for these routines to make this work correctly? The BO still drops onto the form, but I'm sure it causes my other error.
2. When I try to assign the BO to the BindingSource's BusinessObject property I get this error: "Unable to cast object of type 'BBS.Reports.BaseReport' to type 'System.Windows.Forms.Control'. I'm sure I need to be doing something when the BO drops onto the form, but I'm not sure what will make all this work together.
If I can get the BindingSource to correctly work with the BO and the XtraReport so that I can use the BO fields on the report, I will be extremely happy. Please help me get this working correctly. Thank you in advance!