I need to add an unbound dimension entry control to a form.
Lets say my form data source is TableA and if TableA has a one to one relationship with TableB and TableB has one to one relationship with TableC. On TableC I had a DefaultDimension field. I need to show this corresponding Dimesion value for each record of TableA. So I am adding a new dimension entry control and trying to set the value for it on datasource active method, but I don't see a method to actually set the value. Also I don't see any property on the control to accept a display method.
Can anyone suggest me on this, Thanks in advance.