Custom objects in Data Columns

Stimulsoft Reports.NET discussion
Post Reply
mscenna
Posts: 6
Joined: Mon Jul 10, 2006 10:24 am

Custom objects in Data Columns

Post by mscenna »

Is there anyway to set a DataColumn's type to a custom object rather then the predefined ones in the list?

Thanks.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Custom objects in Data Columns

Post 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.
Post Reply