I’m using BusinessBindingSource as a data source for Active Reports. Everything works fine as long as the Business Object that I’m assigning to BusinessBindingSource does not contain any custom properties. If I add a custom property, Active Reports does not map the report fields correctly. This happens even if the custom properties are not being mapped to an Active Reports fields. Just having the custom properties defined in the BO causes Active Reports to incorrectly map data. I’ve added the custom property descriptors using the GetCustomBindablePropertyDescriptors override and the BO works fine when binding to Windows forms. It appears that something is not working correctly when the custom properties are handeled by BusinessBindingSource.
-Larry