Ok here is the question. I have subclassed a strataframe combobox (seemed like an easy control to start with) and added a property called ReportsLibrary to it which is a component class containing a collection of report objects.
Everything is good I can set the report library etc.. what i can't figure out is how to set the datasource in the custom control. If I set it on the forms load event everything does work as expected the report prints!! Hopefully you can point me in the right direction on how to set the datasource and member for with in the control as that is how it should be.
TIA
Paul
Here is the code
Imports System.ComponentModel
<TypeConverter(GetType(ReportLibraryTypeConverter))> _
Public
<Category(
DescriptionAttribute(
m_ReportLibrary = Value
End