I have created an OCX with a method that accepts a Class module (collection) as an input parameter and binds some of its properties to a few consituent controls. I want to be able to use the Data repeater to display all items in the Collection. The problem I am having is that once I place the ocx in the data repeater, none of the properties or events of the ocx are exposed, so I can't pass the collection object to the control. How do I handle this?