Page 1 of 1

Custom objects in Data Columns

Posted: Wed Jul 19, 2006 11:34 am
by mscenna
Is there anyway to set a DataColumn's type to a custom object rather then the predefined ones in the list?

Thanks.

Custom objects in Data Columns

Posted: Wed Jul 19, 2006 3:55 pm
by Vital

If you bind data to report (via RegData) you can use function Synchronize from menu Actions in "Report Dictionary" panel.
After then all datasources and columns will be added to report dictionary automatically. If column have custom
type (not defined) this type will be shown. In other case you can use object type instead your type.

Please describe how you attach data to report. After then we can give you solution.

Thanks.