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
Custom objects in Data Columns
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.